Skip to content

Commit

Permalink
feat: move docs out of extras into their own group (#166)
Browse files Browse the repository at this point in the history
* feat: move docs out of extras into their own group
  • Loading branch information
nh13 authored Jul 23, 2024
1 parent 57f13cc commit aa6c74b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install deps
shell: bash
run: |
poetry install --extras docs
poetry install
- name: Style checking
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ build:
post_install:
- pip install poetry==1.8.3
- poetry config virtualenvs.create false
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
mkdocs:
configuration: mkdocs.yml
Loading

0 comments on commit aa6c74b

Please sign in to comment.