Skip to content

Commit

Permalink
Add .readthedocs.yaml and set specific versions of sphinx and sphinx_…
Browse files Browse the repository at this point in the history
…rtd_theme in requirements.txt (#177)
  • Loading branch information
JulieSchramm authored Sep 14, 2021
1 parent 8b43a1a commit 657d9fc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build all formats (htmlzip, pdf, epub)
#formats: all
formats: []

# Optionally set the version of Python and requirements required to build your
# docs
python:
version: 3.7
install:
- requirements: docs/UsersGuide/requirements.txt

# Configuration for Sphinx documentation (this is the default documentation
# type)
sphinx:
builder: html
configuration: docs/UsersGuide/source/conf.py
3 changes: 2 additions & 1 deletion docs/UsersGuide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==2.4.4
sphinxcontrib-bibtex
sphinx_rtd_theme
sphinx-rtd-theme==0.4.3

0 comments on commit 657d9fc

Please sign in to comment.