Skip to content

Commit

Permalink
Merge pull request #219 from goodmami/gh-214-.readthedocs.yaml
Browse files Browse the repository at this point in the history
Add docs/.readthedocs.yaml
  • Loading branch information
goodmami authored Nov 2, 2024
2 parents 9e46da5 + 95c1aca commit 411fd91
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* Remove reverse relations for `pertainym` and `also` ([#213])
* Validate redundant relations considering `dc:type` ([#215])

## Maintenance

* Added `docs/.readthedocs.yaml` for building docs ([#214])


## [v0.10.0]

Expand Down Expand Up @@ -681,4 +685,5 @@ abandoned, but this is an entirely new codebase.
[#207]: https://github.com/goodmami/wn/issues/207
[#211]: https://github.com/goodmami/wn/issues/211
[#213]: https://github.com/goodmami/wn/issues/213
[#214]: https://github.com/goodmami/wn/issues/214
[#215]: https://github.com/goodmami/wn/issues/215
26 changes: 26 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt

formats:
- pdf
- epub
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx ~= 4.0
furo == 2021.10.9
sphinx-copybutton == 0.4.0
sphinx ~= 8.1
furo == 2024.8.6
sphinx-copybutton == 0.5.2
.

0 comments on commit 411fd91

Please sign in to comment.