Skip to content

Commit

Permalink
Deploy Travis CI build 1268 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Mar 29, 2020
1 parent bc36fee commit 8f63036
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 105 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ $(MKDOCS_INDEX): docs/requirements.txt mkdocs.yml docs/*.md
# Workaround: https://github.com/rtfd/readthedocs.org/issues/5090
docs/requirements.txt: poetry.lock
@ poetry run pip freeze -qqq | grep mkdocs > $@
@ poetry run pip freeze -qqq | grep Pygments >> $@

.PHONY: uml
uml: install docs/*.png
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mkdocs==1.0.4
Pygments==2.6.1
Loading

0 comments on commit 8f63036

Please sign in to comment.