Skip to content

Commit

Permalink
CI: Use requirements/doc.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Mar 4, 2024
1 parent 683751b commit 9cc0faa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
- name: Install Package
shell: bash
run: |
pip install git+https://github.com/has2k1/quartodoc.git@main
python -m pip install ".[doc]"
pip install -r requirements/doc.txt
pushd doc; make install-filters; popd
make doc-deps
- name: Environment Information
shell: bash
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ install: clean
doc-deps:
pip install -e ".[doc]"
pip install -r requirements/doc.txt
cd doc && make deps

develop: clean-cache
pip install -e ".[all]"
Expand Down
1 change: 0 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ extensions: ## Install quarto/pandoc extensions
quarto add --no-prompt has2k1/interlinks

deps: extensions download_qrenderer_style ## Install build dependencies
cd ..; make doc-deps

interlinks: ## Gather interlinks
quartodoc interlinks
Expand Down
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# These cannot be in pyproject.toml, pypi does not install git packages
quartodoc @ git+https://github.com/machow/quartodoc#egg=quartodoc
plotnine-examples @ git+https://github.com/has2k1/plotnine-examples#egg=plotnine_examples
qrenderer @ git+https://github.com/has2k1/qrenderer#egg=qrenderer

0 comments on commit 9cc0faa

Please sign in to comment.