Skip to content

Commit

Permalink
* I believe we have found the actual way to fix readthedocs. It's not…
Browse files Browse the repository at this point in the history
… pretty. It shouldn't be necessary. But apparently rtd wants us to overwrite everything that we're forced to do with sphinx with our own recursive copy over sphinx's output. This was figured out by doing lots of ls commands and then sleuthing through what rtd is doing. I hope this is the last time I have to do this, but jobs: post_build is the current method we are using (#160)
  • Loading branch information
jredmondson committed Dec 23, 2023
1 parent c98c346 commit e57f4a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ build:
tools:
python: "3.12"
jobs:
pre_install:
- pwd
post_build:
- pwd
- ls
- ls docs
- ls docs/madara
- ls _readthedocs
- cp -rf docs/madara/* _readthedocs/

sphinx:
Expand Down

0 comments on commit e57f4a4

Please sign in to comment.