Skip to content

Commit

Permalink
comment out register envs
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Sep 30, 2023
1 parent 9222b4d commit c355cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
pip install -r docs/requirements.txt
- name: Register Envs
run: pip install -e .
# - name: Register Envs
# run: pip install -e .

- name: Build
run: sphinx-build -b dirhtml -v docs _build
Expand Down

0 comments on commit c355cc1

Please sign in to comment.