Skip to content

Commit

Permalink
rtd-ci: add read-the-docs integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Sep 6, 2019
1 parent 03b0121 commit 710bcde
Show file tree
Hide file tree
Showing 6 changed files with 1,773 additions and 1,020 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .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 documentation/ directory with Sphinx
sphinx:
configuration: documentation/conf.py

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

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

0 comments on commit 710bcde

Please sign in to comment.