Skip to content

Commit

Permalink
Add optional dependencies
Browse files Browse the repository at this point in the history
GitHub: fixes mxcube#885
  • Loading branch information
fabcor-maxiv committed Mar 20, 2024
1 parent 3ed02c8 commit f7c6839
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry --user
python -m poetry install --only=docs,main
python -m poetry install --all-extras --only=docs,main
- name: "Build documentation with Sphinx"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:

commands:
- "mamba env create --file conda-environment-dev.yml --force"
- "mamba run --name mxcubecore poetry install --only=docs,main"
- "mamba run --name mxcubecore poetry install --all-extras --only=docs,main"
- "mamba run --name mxcubecore sphinx-build -T -E -b html -c ./docs/ ./docs/source/ ${READTHEDOCS_OUTPUT}/html/"


Expand Down
234 changes: 231 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7c6839

Please sign in to comment.