Skip to content

Commit

Permalink
Add an explicit sphinx configuration for docs (#3463)
Browse files Browse the repository at this point in the history
The readthedocs config file now has to explicitly mention the
config file location. See the blog post for more details:

https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
  • Loading branch information
psss committed Jan 14, 2025
1 parent 00f3ef9 commit c967ba0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Config for building https://fmf.readthedocs.io/
version: 2

sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3"

python:
install:
- method: pip
Expand Down

0 comments on commit c967ba0

Please sign in to comment.