Skip to content

Commit

Permalink
some tweaks to build docs and pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Aug 25, 2024
1 parent 114e25a commit 69dfcd1
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 53 deletions.
6 changes: 5 additions & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Build the documentation
To build the documentation, you need ensure that you have installed the packages in `doc_requirements.txt <doc_requirements.txt>`_.
If these packages are not installed, you can install them with::

pip -r doc_requirements.txt
pip install -r doc_requirements.txt

You also may need to install ``pandoc``:

mamba install pandoc

Then simply type::

Expand Down
16 changes: 8 additions & 8 deletions docs/doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sphinx>=2.0
sphinx-argparse>=0.2.5
sphinx_gallery>=0.3.1
matplotlib>=3.0.2
nbsphinx>=0.4.2
nbsphinx-link>=1.2.0
ipykernel>=5.1.0
pandoc>=2.7.3
sphinx
sphinx-argparse
sphinx_gallery
matplotlib
nbsphinx
nbsphinx-link
ipykernel
pandoc
1,447 changes: 1,403 additions & 44 deletions notebooks/flu_virus_seq_example.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ extend-exclude = [
"dist",
"docs/_build",
".*",
"notebooks",
"tests",
]
lint.ignore = [
"D203",
Expand Down

0 comments on commit 69dfcd1

Please sign in to comment.