Skip to content

Commit

Permalink
Make static doc more modular & less duplicated, fix the ImportMismatc…
Browse files Browse the repository at this point in the history
…hError in tox and fix template for docs
  • Loading branch information
alainivars committed Jun 16, 2019
1 parent 200dbe1 commit e10e3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = [
'/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx',
'templates', '_templates', '.templates']

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_test.txt
commands =
/usr/bin/env SECRET_KEY=test pytest --ds=my_api.config.common --doctest-modules -v --cov my_api/rest --cov-report term-missing
/usr/bin/env SECRET_KEY=test pytest --ds=my_api.config.common -v --cov my_api/rest --cov-report term-missing

[testenv:docs]
changedir=docs
Expand Down

0 comments on commit e10e3e9

Please sign in to comment.