We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dc6d4 commit 56d8406Copy full SHA for 56d8406
.readthedocs.yaml
@@ -16,4 +16,4 @@ python:
16
17
sphinx:
18
fail_on_warning: false
19
- configuration: docs/source/conf.py
+ configuration: docs/conf.py
docs/Makefile
@@ -4,7 +4,7 @@
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
SPHINXBUILD = sphinx-build
7
-SOURCEDIR = source
+SOURCEDIR =
8
BUILDDIR ?= _build
9
10
# Put it first so that "make" without argument is like "make help".
docs/source/conf.py renamed to docs/conf.py
docs/source/index.rst
0 commit comments