Skip to content

Commit

Permalink
Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Atika-Syeda committed Aug 28, 2023
1 parent 4806556 commit 759e2e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -24,9 +25,9 @@ formats:
python:
install:
- requirements: docs/requirements.txt
#- method: pip
#path: .
#extra_requirements:
# - docs
# - gui
- method: pip
path: .
extra_requirements:
- docs
- gui

6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('.'))

"""
Use the following command to generate documentation
Expand Down

0 comments on commit 759e2e5

Please sign in to comment.