Skip to content

Commit

Permalink
skip pdf in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelb123 committed Jan 12, 2024
1 parent f296bd6 commit 858e1c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
python: "3.12"
sphinx:
configuration: docs/conf.py
formats: all
formats: []
python:
install:
- requirements: docs/requirements.txt
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.imgconverter",
"myst_parser",
]
autodoc_typehints = "description"
Expand Down

0 comments on commit 858e1c3

Please sign in to comment.