Skip to content

Commit

Permalink
Update readthedocs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jun 6, 2024
1 parent b6d7a86 commit edbbe1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ build:
jobs:
pre_build:
- "./configure --disable-shared CXXFLAGS='-O0 -std=c++23'"
- "mkdir -p docs/doxygen-html"
- "cd docs && doxygen"
- "mkdir -p doc/doxygen-html"
- "cd doc && doxygen"
- "mkdir -p -- $READTHEDOCS_OUTPUT/html"
post_build:
- "mv -- $READTHEDOCS_OUTPUT/html $READTHEDOCS_OUTPUT/sphinx-html"
- "mv -- docs/doxygen-html $READTHEDOCS_OUTPUT/html"
- "mv -- doc/doxygen-html $READTHEDOCS_OUTPUT/html"


python:
install:
- requirements: docs/requirements.txt
- requirements: doc/requirements.txt

sphinx:
configuration: docs/source/conf.py
configuration: doc/source/conf.py
fail_on_warning: true

0 comments on commit edbbe1a

Please sign in to comment.