Skip to content

Commit

Permalink
Merge pull request #8 from AstarVienna/hb/fixrtd
Browse files Browse the repository at this point in the history
Fix ReadTheDocs
  • Loading branch information
hugobuddel committed May 3, 2023
2 parents d6f20b5 + 59b65fc commit ec98a8b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats: [] # ignore htmlzip. html is always run
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ The following packages are optional:
Change Log
----------

- 2023.xx.xx :
- Release 0.2.x
- Fix Read The Docs
- 2023.05.03 :
- Release 0.2.3
- Switch to ``pyproject.toml``
Expand Down

0 comments on commit ec98a8b

Please sign in to comment.