diff --git a/docs-requirements.txt b/docs-requirements.txt index b079bcd..9e6b992 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,4 +1,11 @@ --r requirements.txt -recommonmark +https://github.com/release-engineering/estuary-api/tarball/master#egg=estuary +fedmsg +fedmsg[commands] +fedmsg[consumers] +moksha.hub +PyOpenSSL +stomper +neomodel +requests sphinx sphinx_rtd_theme diff --git a/docs/conf.py b/docs/conf.py index 32f5aa6..87d487d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,6 +58,8 @@ 'sphinx.ext.githubpages', ] +autodoc_mock_imports = ['koji', 'requests_kerberosrecommonmark'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']