Skip to content

Commit

Permalink
Note new location for requirements-test.txt and fix make autobuild rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Oct 21, 2022
1 parent 7157671 commit 846ef75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do this (and it has to be done only once):
Finally, to install in development mode:
```sh
pip install -e '.[dev]'
pip install --no-deps -r ./docs/test-requirements.txt
pip install --no-deps -r ./requirements-test.txt
```

## General guidelines
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(INTERSPHINX_TARGETS): intersphinx-%:
@python ls_intersphinx_targets.py $(subst intersphinx-,,$@)

autobuild:
@sphinx-autobuild --watch ../src --re-ignore '_build\/.*' "$(SOURCEDIR)" "$(BUILDDIR)/html"
@sphinx-autobuild --watch ../src --re-ignore '(_build|generated)\/.*' "$(SOURCEDIR)" "$(BUILDDIR)/html"

cleanall: clean
@echo "Removing everything under '_generated'..."
Expand Down

0 comments on commit 846ef75

Please sign in to comment.