Skip to content

Commit

Permalink
Fixed RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Jan 17, 2022
1 parent 9d3caf3 commit cfbacfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ build:

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
extra_requirements:
- requirements.txt
- requirements: docs/requirements.txt
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
epub_show_urls = 'footnote'
autosectionlabel_prefix_document = True

# Add the package's dir to the path in order to load it without installation
sys.path.append(str(Path(os.path.dirname(__file__)).parent.parent))

# The following code is a "trick" to be able to dynamically create some parts of the documentation
# https://stackoverflow.com/a/29789910/9796543
Expand Down

0 comments on commit cfbacfd

Please sign in to comment.