Skip to content

Commit

Permalink
feat(docs): Creating Read the Docs config file for Sphinx Docs (#263)
Browse files Browse the repository at this point in the history
* Create Read the Docs config file

* Address comment

* Address comments part 2

* Edit source directory
  • Loading branch information
yavorona committed May 14, 2020
1 parent 9d18756 commit 140e420
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

python:
version: 3.7
install:
- requirements: requirements/docs.txt

0 comments on commit 140e420

Please sign in to comment.