Skip to content

Commit

Permalink
Add requirements dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Feb 2, 2024
1 parent 2fbf2a1 commit e9856a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install sphinx sphinx_rtd_theme
pip install sphinxcontrib-spelling
pip install nbsphinx
pip install nbsphinx_link
pip install -r requirements_dev.txt
- name: Sphinx build
run: |
#sphinx-build docs/source _build
cd docs
make html
#make doctest
make doctest
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Domain experts must decide what data meets their quality standards for data comp
notebooks/Harmonize_CapeCod_Detailed
notebooks/Harmonize_GOM

To instead run tutorials directly in ipython notebooks, see: `demos <https://github.com/USEPA/harmonize-wq/tree/main/demos>`_
To instead run tutorials directly in ipython notebooks or using R, see: `demos <https://github.com/USEPA/harmonize-wq/tree/main/demos>`_

.. toctree::
:maxdepth: 1
Expand Down
6 changes: 6 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pytest
coverage
sphinx sphinx_rtd_theme
sphinxcontrib-spelling
nbsphinx
nbsphinx_link

0 comments on commit e9856a6

Please sign in to comment.