Skip to content

Commit

Permalink
* Attempting to do postbuild operations where I blow away the results…
Browse files Browse the repository at this point in the history
… of sphinx
  • Loading branch information
jredmondson committed Dec 23, 2023
1 parent 378400c commit 80d768c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@ build:
- doxygen
- graphviz
- texlive-font-utils

tools:
python: "3.12"
jobs:
pre_install:
- bash ./scripts/pre_install.sh
post_build:
- ls
- ls docs
- ls docs/madara
- ls docs/build
- ls _readthedocs
- cp -rf docs/madara/* _readthedocs/

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 80d768c

Please sign in to comment.