Skip to content

Commit ffbe932

Browse files
authored
Merge pull request #8791 from shireenrao/sphinx-upg
2 parents 1c30312 + 4e34f65 commit ffbe932

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/html/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143
'collapsiblesidebar': True,
144144
'externalrefs': True,
145145
'navigation_depth': 3,
146-
'issues_url': 'https://github.com/pypa/pip/issues'
146+
'issues_url': 'https://github.com/pypa/pip/issues',
147+
'codebgcolor': '#eeffcc',
148+
'codetextcolor': '#333333',
147149
}
148150

149151
# Add any paths that contain custom themes here, relative to this directory.

docs/html/development/architecture/configuration-files.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ manipulated. In addition to the methods discussed in the previous section,
109109
the methods used would be:
110110

111111
.. py:class:: Configuration
112+
:noindex:
112113

113114
.. py:method:: get_file_to_edit()
114115

news/629892ca-55da-4ca9-9cff-c15373e97ad1.trivial

Whitespace-only changes.

tools/requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx == 2.4.3
1+
sphinx == 3.2.1
22
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
33
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
44

0 commit comments

Comments
 (0)