Skip to content
Snippets Groups Projects
Commit 9899e042 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Remove sphinx-argprse

parent 4716fdee
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ hshetldocs_git: ...@@ -7,7 +7,6 @@ hshetldocs_git:
hshetldocs_prereq: hshetldocs_prereq:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- python-sphinx
- build-essential - build-essential
- python-virtualenv - python-virtualenv
...@@ -15,7 +14,6 @@ hshetldocs_virtualenv: ...@@ -15,7 +14,6 @@ hshetldocs_virtualenv:
virtualenv.managed: virtualenv.managed:
- name: /srv/env/hshetl - name: /srv/env/hshetl
- python: /usr/bin/python2 - python: /usr/bin/python2
- system_site_packages: False
- requirements: /srv/hshetl/requirements.txt - requirements: /srv/hshetl/requirements.txt
- require: - require:
- git: hshetldocs_git - git: hshetldocs_git
......
...@@ -30,7 +30,7 @@ sys.path.append(os.path.dirname(__file__) + '/../../') ...@@ -30,7 +30,7 @@ sys.path.append(os.path.dirname(__file__) + '/../../')
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment