Skip to content

Commit

Permalink
Add python config in the right place...
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Oct 13, 2019
1 parent 5ec8f48 commit 14a724c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ sphinx:
# configuration: mkdocs.yml

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

# Optionally set the version of Python and requirements required to build your docs
# python:
# version: 3.7
# install:
# - requirements: docs/requirements.txt
python:
version: 3.7
install:
- requirements: docs/readthedocs/source/requirements.txt
4 changes: 0 additions & 4 deletions docs/readthedocs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@


# -- General configuration ---------------------------------------------------
python:
version: 3.7
install:
- requirements: docs/readthedocs/source/requirements.txt

import sphinx_rtd_theme

Expand Down

0 comments on commit 14a724c

Please sign in to comment.