Skip to content

Commit

Permalink
continue debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent bc08eb8 commit 4744d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ dependencies:
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- flux-core
- versioneer =0.29
- flux-core
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build:
tools:
python: "mambaforge-22.9"
commands:
- cat .ci_support/environment-docs.yml
- mamba env create --quiet --name readthedocs --file .ci_support/environment-docs.yml
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Expand Down

0 comments on commit 4744d3f

Please sign in to comment.