Skip to content

Commit

Permalink
Merge pull request #3 from weedySeaDragon/190311-rtd-yaml
Browse files Browse the repository at this point in the history
rtd.yml: python use (global) system packages; sync both requirements.…
  • Loading branch information
weedySeaDragon authored Mar 11, 2019
2 parents 645c582 + 2c3e08e commit 2b44950
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ verify_ssl = true
sphinx = "*"

[requires]
python_version = "3.6"
python_version = "3.7"
182 changes: 182 additions & 0 deletions Pipfile.lock

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

13 changes: 11 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# readthedocs.yml
# https://read-the-docs.readthedocs.io/en/latest/yaml-config.html#python-extra-requirements

version: 2

# use the latest image because that will include plantuml. maybe.
build:
image: 4.0
image: latest


python:
version: 3.6
version: 3.7
install:
- requirements: requirements.txt
- requirements: src/site/sphinx/requirements.txt
- method: pip
path: .
system_packages: true
8 changes: 6 additions & 2 deletions src/site/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ chardet
dataclasses
dectate
docutils
entrypoints
filelock
flake8
future
Expand All @@ -27,7 +28,10 @@ Pillow
pipenv
pluggy
py
pycodestyle
pydantic
pydash
pyflakes
Pygments
pyparsing
pytz
Expand All @@ -37,12 +41,12 @@ semantic-version
six
snowballstemmer
soupsieve

Sphinx==1.8.4
sphinx-fontawesome==0.0.6
sphinx-rtd-theme==0.4.1
sphinxcontrib-plantuml
sphinxcontrib-websupport

urllib3
virtualenv
virtualenv-clone
wrapt

0 comments on commit 2b44950

Please sign in to comment.