Remove the doc for now, as it's nearly empty anyway.

This commit is contained in:
Thomas Goirand 2016-09-30 18:46:19 +00:00
parent 9328054a3e
commit 2c0dcf1b9d
2 changed files with 14 additions and 13 deletions

22
debian/control vendored
View File

@ -153,14 +153,14 @@ Description: OpenStack Artifact Repository - common files
. .
This package contains common files for Glare. This package contains common files for Glare.
Package: python-glare-doc #Package: glare-doc
Architecture: all #Architecture: all
Section: doc #Section: doc
Depends: ${misc:Depends}, #Depends: ${misc:Depends},
${sphinxdoc:Depends}, # ${sphinxdoc:Depends},
Description: OpenStack Artifact Repository - Documentation #Description: OpenStack Artifact Repository - Documentation
Glare (from GLare Artifact REpository) is a service that provides access # Glare (from GLare Artifact REpository) is a service that provides access
to a unified catalog of structured meta-information as well as related # to a unified catalog of structured meta-information as well as related
binary data (these structures are also called 'artifacts'). # binary data (these structures are also called 'artifacts').
. # .
This package contains the documentation. # This package contains the documentation.

5
debian/rules vendored
View File

@ -47,8 +47,9 @@ endif
override_dh_sphinxdoc: override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
sphinx-build $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/python-glare-doc/usr/share/doc/python-glare-doc/html echo "No doc for now."
dh_sphinxdoc -O--buildsystem=python_distutils # sphinx-build $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/glare-doc/usr/share/doc/glare-doc/html
# dh_sphinxdoc -O--buildsystem=python_distutils
endif endif
override_dh_install: override_dh_install: