Skip to content

Commit 783a94f

Browse files
authored
Merge branch 'main' into fix-directory-trees
2 parents fc6b064 + 0c7bf94 commit 783a94f

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ sphinx==4.3.1
22
sphinx-autobuild==0.7.1
33
sphinx-inline-tabs==2021.4.11b9
44
python-docs-theme==2022.1
5-
sphinx-copybutton==0.4.0
5+
sphinx-copybutton==0.5.0
66
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme

source/_static/overrides.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@
187187
# Add any paths that contain custom static files (such as style sheets) here,
188188
# relative to this directory. They are copied after the builtin static files,
189189
# so a file named "default.css" will overwrite the builtin "default.css".
190-
html_static_path = ['_static']
191-
192-
html_css_files = ['overrides.css']
190+
# html_static_path = ['_static']
193191

194192
# Add any extra paths that contain custom files (such as robots.txt or
195193
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)