Skip to content

Commit

Permalink
add back to gitignore + use make html
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Feb 7, 2024
1 parent d26e7ca commit 9813786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ jobs:
- name: Check docstring examples
run: |
cd docs
make html
make doctest
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ instance/
.scrapy

# Sphinx documentation
# docs/_build/
# docs/docs/_build/
docs/_build/
docs/docs/_build/

# PyBuilder
target/
Expand Down

0 comments on commit 9813786

Please sign in to comment.