Skip to content

Commit

Permalink
remove custom building of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigYanitski committed Oct 18, 2023
1 parent f547cce commit 344d158
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ build:
python: "mambaforge-22.9"
jobs:
pre_build:
- ls
- conda list
- pip list
- echo $READTHEDOCS_OUTPUT
post_build:
- ls _readthedocs/html
- ls _readthedocs/html/_sources
- rm -rf _readthedocs/html
- sphinx-build -b html docs/_source _readthedocs/html
- ls
#- ls _readthedocs/html
#- ls _readthedocs/html/_sources
#- rm -rf _readthedocs/html
#- sphinx-build -b html docs/_source _readthedocs/html

conda:
environment: environment.yml
Expand Down

0 comments on commit 344d158

Please sign in to comment.