Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from hauten/doc-setup
Browse files Browse the repository at this point in the history
Doc setup
  • Loading branch information
hauten committed Sep 6, 2019
2 parents 2809ecd + c78c4ba commit 9b4c29b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# .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:
builder: html
configuration: conf.py
fail_on_warning: true

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6.8
install:
- method: pip
path: .
extra_requirements:
- docs
- method: setuptools
path: package

0 comments on commit 9b4c29b

Please sign in to comment.