Skip to content

Commit

Permalink
Using Read The Docs Configuration for building Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
torre76 committed Nov 28, 2021
1 parent 1782ca7 commit a61808a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,2 @@
sphinx-rtd-theme
sphinx-rtd-dark-mode

0 comments on commit a61808a

Please sign in to comment.