summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
|
* Remove Python 2 supportChristoph Reiter2020-03-081-2/+1
| | | | Depend on setuptools to make sure we write out requires-python in all cases
* docs: use the same format for issue/mr links as gitlabChristoph Reiter2018-04-151-3/+3
|
* Update NEWSChristoph Reiter2018-04-151-0/+1
|
* release3.27.3Christoph Reiter2018-02-101-0/+1
|
* Update NEWSChristoph Reiter2018-01-191-0/+1
| | | | List the authors like before and link them to the gitlab user profile.
* docs: Add custom roles for linking to gitlab issues and merge requestsChristoph Reiter2018-01-121-0/+3
| | | | | | This allows one to use :issue:`42` or :mr:`42` in the documentation and the NEWS file and will result in links pointing to the specified issue/merge request.
* docs: Update for the git repo move from git.gnome.org to gitlab.gnome.orgChristoph Reiter2018-01-101-0/+6
| | | | | | | | | | | Changes all the links to point to the gitlab instance. Adds the gitlab setup to the sphinx theme configuration, so the theme can show "Edit on GitLab" links on each page. Create a new page pointing to the git report and bug tracker. Someone on IRC mentioned that this info is hard to find, so try to make it more proiminent.
* docs: convert NEWS file to reST and link bugsChristoph Reiter2017-12-201-1/+1
| | | | | | | | | | | | | | | | | Looks nicer in the online docs and makes it easier to look up bugs and link to specific releases. Rename the custom reST role for bugs from gnomebug to bzbug. With the upcoming move to gitlab that makes it more clear that those are referencing bugzilla. Adjust the "make release-news" target to output something similar to the new format to make converting to reST easier. Update the maintainer release todo list to state that the changelog should be copied from stable branches to master. It would be nice if the NEWS file in master, which gets exposed on readthedocs, would contain all the information available.
* Add sphinx based documentationChristoph Reiter2017-12-111-0/+50
Takes the documentation developed at https://github.com/pygobject/pygobject-docs and puts into /docs See https://pygobject.readthedocs.io for how it looks Now that we move to gitlab we can use webhooks to trigger builds on readthedocs from gitlab directly and we should also have a nicer contribution UX. This also gets rid of most of README/HACKING/INSTALL and moves most of the information into the documentation. The README is kept short and only makes clear what pygobject is and points to the online docs as that should answer all questions. setup.py now sets the content of README.rst as long_descriptions, as that is the content shown on PyPI. This makes the page on PyPI look the same as on gitlab. https://bugzilla.gnome.org/show_bug.cgi?id=791448