Skip to content

Commit

Permalink
hotfix: clean up docs and add add debugging statements for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 6, 2018
1 parent ec851ad commit cdf74f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,14 @@
github_doc_root = 'https://github.com/datmo/datmo/tree/master/docs/'

def setup(app):
print("running sphinx-api-doc")
app.connect('builder-inited', run_apidoc)
print("added config value for markdown")
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
'auto_toc_tree_section': 'Contents',
}, True)
print("add autostructify transform")
app.add_transform(AutoStructify)

def run_apidoc(_):
Expand Down
36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

0 comments on commit cdf74f0

Please sign in to comment.