Commit 81d8dd0b authored by Mike Müller's avatar Mike Müller
Browse files

Add .readthedocs.yaml and doc/requirements.txt

parent 5081c06f
Loading
Loading
Loading
Loading

.readthedocs.yaml

0 → 100644
+11 −0
Changes for .readthedocs.yaml: 11 added lines, 0 removed lines.
Original line number Diff line number Diff line
version: 2

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


python:
  install:
    - requirements: doc/requirements.txt

doc/requirements.txt

0 → 100644
+4 −0
Changes for doc/requirements.txt: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
m2r
nbsphinx
myst_nb
hatchling