Skip to content

Commit

Permalink
docs: Fix ReadTheDocs sphinx.configuration requirement
Browse files Browse the repository at this point in the history
Deprecation of projects using Sphinx or MkDocs without an explicit
configuration file:

https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/

Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
agherzan committed Feb 3, 2025
1 parent 880d36b commit 6426850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: 2

sphinx:
configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
Expand Down

0 comments on commit 6426850

Please sign in to comment.