Skip to content

Commit

Permalink
Add readthedocs config file
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Sep 23, 2020
1 parent e71158a commit 2ed69ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions readthedocs.yml
@@ -0,0 +1,22 @@
# .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 doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Build doc in all formats (HTML, PDF and ePub)
formats: all

# Python environment for building the docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit 2ed69ef

Please sign in to comment.