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

5
debian/rules vendored
View File

@ -47,8 +47,9 @@ endif
override_dh_sphinxdoc:
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
dh_sphinxdoc -O--buildsystem=python_distutils
echo "No doc for now."
# sphinx-build $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/glare-doc/usr/share/doc/glare-doc/html
# dh_sphinxdoc -O--buildsystem=python_distutils
endif
override_dh_install: