Added sphinx documentation to a sphinx-doc package.
This commit is contained in:
parent
b493ed2f5d
commit
b866551dbe
11
debian/control
vendored
11
debian/control
vendored
@ -70,3 +70,14 @@ Description: The swift auth server.
|
||||
The swift auth server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${misc:Depends}
|
||||
Description: The swift documentation.
|
||||
Sphinx documentation for Swift.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -9,6 +9,7 @@ PYTHON = "/usr/bin/python"
|
||||
|
||||
build:
|
||||
dh build
|
||||
python setup.py build_sphinx
|
||||
|
||||
clean:
|
||||
dh clean
|
||||
|
9
debian/swift-doc.doc-base
vendored
Normal file
9
debian/swift-doc.doc-base
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
Document: swift-doc
|
||||
Title: Swift Documentation
|
||||
Author: OpenStack
|
||||
Abstract: Sphinx documentation for Swift
|
||||
Section: Network/File Transfer
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/swift-doc/html/index.html
|
||||
Files: /usr/share/doc/swift-doc/html/*
|
1
debian/swift-doc.docs
vendored
Normal file
1
debian/swift-doc.docs
vendored
Normal file
@ -0,0 +1 @@
|
||||
doc/build/html
|
Loading…
Reference in New Issue
Block a user