Skip to content

Commit

Permalink
docs: host on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Jan 31, 2024
1 parent ce4eb68 commit e9bb439
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
configuration: docs/conf.py

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

python:
install:
- requirements: docs/requirements.txt
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nbsphinx
sphinx-autobuild
sphinx-autodoc-typehints
sphinx
sphinxcontrib-bibtex
sphinxcontrib-aafig
furo
../.

0 comments on commit e9bb439

Please sign in to comment.