Skip to content

Commit 56d8406

Browse files
fixing broken docs reference (#166)
1 parent 03dc6d4 commit 56d8406

File tree

4 files changed

+2
-46
lines changed

4 files changed

+2
-46
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python:
1616

1717
sphinx:
1818
fail_on_warning: false
19-
configuration: docs/source/conf.py
19+
configuration: docs/conf.py

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
7-
SOURCEDIR = source
7+
SOURCEDIR =
88
BUILDDIR ?= _build
99

1010
# Put it first so that "make" without argument is like "make help".
File renamed without changes.

docs/source/index.rst

-44
This file was deleted.

0 commit comments

Comments
 (0)