Skip to content

Commit

Permalink
switching to pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Maietta committed Aug 31, 2021
1 parent 7269dde commit b513b28
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 21 deletions.
16 changes: 16 additions & 0 deletions docs/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mkdocs-material = "*"
mkdocs = "*"
markdown-include = "*"
pymdown-extensions = "*"
pygments = "*"

[dev-packages]

[requires]
python_version = "2.7"
286 changes: 286 additions & 0 deletions docs/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/netlify-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
pip install pipenv
pipenv install --dev
mkdocs build
21 changes: 0 additions & 21 deletions requirements.txt

This file was deleted.

0 comments on commit b513b28

Please sign in to comment.