From 9899e0424423e5c2f6cd60501064b85bbf40d691 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Tue, 22 Mar 2016 18:22:39 +0100 Subject: [PATCH] Remove sphinx-argprse --- .saltstack/salt/hshetldocs/init.sls | 2 -- docs/source/conf.py | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.saltstack/salt/hshetldocs/init.sls b/.saltstack/salt/hshetldocs/init.sls index 2d0f199..21e1dd3 100644 --- a/.saltstack/salt/hshetldocs/init.sls +++ b/.saltstack/salt/hshetldocs/init.sls @@ -7,7 +7,6 @@ hshetldocs_git: hshetldocs_prereq: pkg.installed: - pkgs: - - python-sphinx - build-essential - python-virtualenv @@ -15,7 +14,6 @@ hshetldocs_virtualenv: virtualenv.managed: - name: /srv/env/hshetl - python: /usr/bin/python2 - - system_site_packages: False - requirements: /srv/hshetl/requirements.txt - require: - git: hshetldocs_git diff --git a/docs/source/conf.py b/docs/source/conf.py index d6a53f6..65112c1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ sys.path.append(os.path.dirname(__file__) + '/../../') # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinxarg.ext', 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/requirements.txt b/requirements.txt index cb3c1f2..2806c16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -sphinx-argparse +Sphinx -- GitLab