Skip to content

Commit

Permalink
Add Read the Docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 28, 2023
1 parent d6c2bb5 commit d239fa5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs Configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Version is required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: '3'

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

python:
install:
- requirements: requirements_docs.txt
3 changes: 3 additions & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx
sphinx_rtd_theme
sphinxcontrib-spelling

0 comments on commit d239fa5

Please sign in to comment.