Skip to content

Commit

Permalink
Introduce readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Jul 28, 2023
1 parent 67a8b94 commit bd92300
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

python:
install:
- path: .
extra_requirements:
- docs
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dev = [
"toml",
]
docs = [
"importlib-metadata",
"sphinx",
"sphinx-autobuild",
"myst-parser",
Expand Down

0 comments on commit bd92300

Please sign in to comment.