Skip to content

Commit

Permalink
docs: fix documentation build (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 14, 2024
1 parent 82de1f1 commit 8b9fd0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ def setup(app):
# jupyterlite
jupyterlite_contents = "./nb"
jupyterlite_bind_ipynb_suffix = False
jupyterlite_silence = False
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: dpdata
channels:
- https://repo.mamba.pm/emscripten-forge
- https://repo.mamba.pm/conda-forge
- conda-forge
dependencies:
- xeus-python
- numpy
- scipy
- monty
Expand Down
3 changes: 2 additions & 1 deletion docs/rtd_environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dpdata
channels:
- https://repo.mamba.pm/conda-forge
- conda-forge
dependencies:
- mamba
- pip:
- ..[docs]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docs = [
'sphinx-argparse',
'rdkit',
'jupyterlite-sphinx',
'jupyterlite-xeus-python',
'jupyterlite-xeus',
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 8b9fd0f

Please sign in to comment.