Skip to content

Commit

Permalink
🚧 fix(wip): attempt7
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 23, 2023
1 parent abc5079 commit 354a071
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9 # Python version to build the html sphinx documentation
environment-file: devtools/conda-envs/docs_env.yaml # Path to the documentation conda environment
environment-file: docs_env.yaml # Path to the documentation conda environment
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
Expand Down
18 changes: 18 additions & 0 deletions docs_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: docs

channels:

- conda-forge
- defaults

dependencies:

# Write here all dependencies to compile the sphinx documentation.
# This list is just an example
- python=3.9
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-bibtex
- nbsphinx
- recommonmark
- sphinx-markdown-tables

0 comments on commit 354a071

Please sign in to comment.