Skip to content

Commit

Permalink
Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrobie committed Dec 4, 2023
1 parent 2a3241c commit 12b2951
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2

# Build settings
build:
os: "ubuntu-22.04"
tools:
python: "3.7"

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

# Optionally build your docs in additional formats such as PDF
formats:
- epub
- htmlzip
- pdf

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

submodules:
include: all
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docutils<0.18
sphinx-rtd-theme==1.3.0

0 comments on commit 12b2951

Please sign in to comment.