Skip to content

Commit

Permalink
Add .yml file for setting up the read the doc hosting site
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Nogueras committed Apr 22, 2019
1 parent 562d059 commit 2e5e2bb
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
73 changes: 73 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
alabaster==0.7.12
astroid==2.2.5
autopep8==1.4.3
Babel==2.6.0
certifi==2019.3.9
chardet==3.0.4
commonmark==0.8.1
Django==2.1.7
django-admin-interface==0.10.2
django-autocomplete-light==3.3.4
django-colorfield==0.1.15
django-crispy-forms==1.7.2
django-debug-toolbar==1.11
django-extensions==2.1.6
django-flat-responsive==2.0
django-flat-theme==1.1.4
django-nested-admin==3.2.2
docutils==0.14
future==0.17.1
humanfriendly==4.18
idna==2.8
imagesize==1.1.0
isort==4.3.15
jet-django==0.5.6
Jinja2==2.10.1
lazy-object-proxy==1.3.1
MarkupSafe==1.1.1
mccabe==0.6.1
packaging==19.0
pbr==5.1.3
pdfrw==0.4
pep8==1.7.1
Pillow==5.2.0
psycopg2==2.7.5
psycopg2-binary==2.7.5
purepng==0.2.0
pycodestyle==2.5.0
pydot==1.4.1
Pygments==2.3.1
pylint==2.3.1
pylint-django==2.0.6
pylint-plugin-utils==0.5
pyparsing==2.4.0
python-monkey-business==1.0.0
pytz==2018.5
recommonmark==0.5.0
reportlab==3.5.19
requests==2.21.0
rinoh-typeface-dejavuserif==0.1.1
rinoh-typeface-texgyrecursor==0.1.1
rinoh-typeface-texgyreheros==0.1.1
rinoh-typeface-texgyrepagella==0.1.1
rst2pdf==0.93.dev0
sentry-sdk==0.7.7
six==1.12.0
snowballstemmer==1.2.1
Sphinx==2.0.1
sphinx-materialdesign-theme==0.1.11
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
sqlparse==0.3.0
stevedore==1.30.1
typed-ast==1.3.1
urllib3==1.24.1
virtualenv==16.4.3
virtualenv-clone==0.5.2
virtualenvwrapper==4.8.4
Werkzeug==0.15.2
wrapt==1.11.1
23 changes: 23 additions & 0 deletions readthedoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 2e5e2bb

Please sign in to comment.