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 9e6fde2 commit 57e0a7dCopy full SHA for 57e0a7d
.readthedocs.yml
@@ -26,7 +26,7 @@ submodules:
26
# Build documentation in the docs/ directory with Sphinx
27
# reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx
28
sphinx:
29
- configuration: docs/source/conf.py
+ configuration: docs/source-PL/conf.py
30
fail_on_warning: true
31
32
# Build documentation with MkDocs
@@ -52,3 +52,5 @@ python:
52
install:
53
- requirements: requirements/docs.txt
54
#- requirements: requirements.txt
55
+ - method: pip
56
+ path: .
0 commit comments