diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-12 13:17:06 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-12 13:17:06 -0500 |
| commit | 67c9cf765c794067e3a48f474665161799c3c57b (patch) | |
| tree | a0156364d166c083a1e7da217ab6ae2f8649ff30 /docs | |
| parent | ccafc310b88a1c13c9431f764f5fbc04217c41db (diff) | |
| download | cmd2-git-67c9cf765c794067e3a48f474665161799c3c57b.tar.gz | |
Add six module to requirements for building docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 3 | ||||
| -rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index d1e20119..0627f94c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -163,6 +163,3 @@ texinfo_documents = [ # -- Options for Extensions ------------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} - -# Mock 3rd-party dependencies so they don't need to be installed for building docs -autodoc_mock_imports = ['six'] diff --git a/docs/requirements.txt b/docs/requirements.txt index 210dfec5..8a8af629 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ pyparsing +six |
