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.
1 parent d9e3fd1 commit a56f715Copy full SHA for a56f715
.readthedocs.yaml
@@ -19,4 +19,6 @@ formats:
19
python:
20
version: "3.7"
21
install:
22
+ - method: pip
23
+ path: .
24
- requirements: docs/requirements.txt
docs/source/conf.py
@@ -51,4 +51,4 @@
51
# Add any paths that contain custom static files (such as style sheets) here,
52
# relative to this directory. They are copied after the builtin static files,
53
# so a file named "default.css" will overwrite the builtin "default.css".
54
-# html_static_path = ['_static']
+html_static_path = ['_static']
0 commit comments