Skip to content

Commit

Permalink
fix path to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Feb 27, 2023
1 parent b1b97b2 commit 98b0b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_version(path):
source_suffix = ".rst"

# The master toctree document.
# master_doc = "index"
master_doc = "index"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 98b0b9e

Please sign in to comment.