Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/html/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@
'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.
Expand Down
1 change: 1 addition & 0 deletions docs/html/development/architecture/configuration-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion tools/requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down