Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TuftsBCB/RegDiffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhu233 committed Mar 27, 2024
2 parents ea4847b + 72a7453 commit 4f3453e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx_book_theme
pip install myst-parser
pip install sphinx-panels
pip install sphinx-copybutton
pip install sphinx sphinx_book_theme sphinx myst-parser sphinx-copybutton --upgrade
pip install numpy
pip install pandas
pip install torch --index-url https://download.pytorch.org/whl/cpu
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx_copybutton',
"sphinx_panels",
# "sphinx_panels",
'myst_parser'
]

Expand Down

0 comments on commit 4f3453e

Please sign in to comment.