summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-23doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = NoneJulian Andres Klode1-1/+1
This hopefully makes the build reproducible now.
2015-06-10doc: Prepare for 1.0 releaseJulian Andres Klode1-1/+1
Change the whatsnew page to a two-component variant (1.0, so we do not get bug fix releases mixed in there, and update the pages for the changes planned for 1.0. Not all have been committed yet, though.
2014-03-22doc/source/conf.py: Do not use 'u' and 'r' prefixes togetherJulian Andres Klode1-2/+2
This does not work in Python 3.
2014-01-26doc/source/conf.py: Python 3 supportJulian Andres Klode1-0/+2
Correctly decode the process output in Python 3, so everything works if sphinx is run using python3.
2014-01-05make test_pep8.py passMichael Vogt1-5/+4
2014-01-05make pyflakes cleanMichael Vogt1-0/+1
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-2/+0
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2010-07-23* doc/conf.py:Julian Andres Klode1-2/+7
- Correctly handle non-digit characters in version (ignore everything after them).
2010-06-01* doc/source/conf.py:Michael Vogt1-1/+3
- do not fail for non digit version numbers like 0.7.95ubuntu1
2010-01-15doc/source/conf.py: Fix documentation in debugging variants of Python.Julian Andres Klode1-1/+1
2010-01-15Change version from 0.8 to 0.7.100 to indicate compatibility.Julian Andres Klode1-11/+9
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-11/+20
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.
2009-07-17doc/source/conf.py: Ignore failures to import apt_pkg.Julian Andres Klode1-6/+15
2009-06-05doc/source/conf.py: Force compatibility to be off when creating documentation.Julian Andres Klode1-0/+4
2009-04-13* doc/source/conf.py: Do not require python-debian anymoreJulian Andres Klode1-6/+9
Try to get the release from the information in the environment variable DEBVER, which is exported in debian/rules. If it is not set, use python-debian to read the release from the changelog.
2009-04-01* Fix documentation buildingJulian Andres Klode1-1/+5
- doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation.
2009-03-29Build-Depend on python-debian, use it to get version number from changelogJulian Andres Klode1-2/+5
2009-03-08* doc/source/*: Improve the documentationJulian Andres Klode1-1/+1
- Document more attributes and functions of apt_pkg (they are all listed)
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-8/+10
2009-01-10* doc/: Heavily improve documentationJulian Andres Klode1-1/+4
Complete the documentation of pkgCache, pkgDepCache, pkgCache::Package. Introduce new documentation for pkgCache::Version, pkgCache::Dependency, pkgCache::PackageFile, pkgcache::Description. There is also an example now which checks for missing dependencies.
2009-01-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode1-2/+5
We now build the extension first, and then the documentation. Also add the text docs.
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode1-0/+192
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].