1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #8791 from shireenrao/sphinx-upg

This commit is contained in:
Pradyun Gedam 2020-08-24 11:41:59 +05:30 committed by GitHub
commit ffbe932346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View file

@ -143,7 +143,9 @@ html_theme_options = {
'collapsiblesidebar': True,
'externalrefs': True,
'navigation_depth': 3,
'issues_url': 'https://github.com/pypa/pip/issues'
'issues_url': 'https://github.com/pypa/pip/issues',
'codebgcolor': '#eeffcc',
'codetextcolor': '#333333',
}
# Add any paths that contain custom themes here, relative to this directory.

View file

@ -109,6 +109,7 @@ manipulated. In addition to the methods discussed in the previous section,
the methods used would be:
.. py:class:: Configuration
:noindex:
.. py:method:: get_file_to_edit()

View file

@ -1,4 +1,4 @@
sphinx == 2.4.3
sphinx == 3.2.1
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme