Skip to content

Commit

Permalink
changing sys.path for RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
japaf committed Jul 5, 2019
1 parent fac3cd3 commit f2bd39a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
sys.path.insert(0, os.path.abspath(os.path.join('..')))

on_rtd = os.environ.get('READTHEDOCS', False) == 'True'

Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ sphinx:

# Optionally build your docs in additional formats such as PDF and ePub
# formats: all
formats:
- pdf
# formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down

0 comments on commit f2bd39a

Please sign in to comment.