diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-31 00:02:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 00:02:59 -0700 |
commit | bc559df2afcc51d1804e5d068d7e2c57bc4f72af (patch) | |
tree | 5ba022bfcc13ca1d6f9f16ac323d570cde51895b /docs | |
parent | 573d15705bfa57a22b63010796d76c9ba5f7be3b (diff) | |
parent | 57e6bf0c0162c3fd445580344ada5d662b373bd3 (diff) | |
download | cmd2-git-bc559df2afcc51d1804e5d068d7e2c57bc4f72af.tar.gz |
Merge pull request #485 from python-cmd2/sphinx_tests
Add tests which verify documentation build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/requirements.txt | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 13a2dba2..2c75e14e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # -- Options for HTMLHelp output ------------------------------------------ diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index bfd6ee02..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -attrs -colorama -pyperclip -wcwidth |