We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3737bdd + d176a16 commit 225bf7eCopy full SHA for 225bf7e
docs/conf.py
@@ -96,7 +96,7 @@
96
# Add any paths that contain custom static files (such as style sheets) here,
97
# relative to this directory. They are copied after the builtin static files,
98
# so a file named "default.css" will overwrite the builtin "default.css".
99
-html_static_path = ['_static']
+html_static_path = []
100
101
# Custom sidebar templates, must be a dictionary that maps document names
102
# to template names.
readthedocs.yml
@@ -1,6 +1,9 @@
1
requirements_file: requirements.txt
2
+version: 2
3
+sphinx:
4
+ configuration: docs/conf.py
5
python:
- version: 3.5
6
+ version: 3.6
7
pip_install: true
8
use_system_site_packages: true
9
extra_requirements:
0 commit comments