summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-12-10 20:38:47 +0100
committerChristoph Reiter <creiter@src.gnome.org>2017-12-11 15:40:08 +0100
commitdfab41d0b66a15c8cf8229f7522160ec6b08a2b8 (patch)
tree7440200db14a4d3dc424842caa804a65366decf5 /.gitignore
parent307e64982fdfcc9b505d867c0628e1e0a189cd67 (diff)
downloadpygobject-dfab41d0b66a15c8cf8229f7522160ec6b08a2b8.tar.gz
Add sphinx based documentation
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aba77a16..8dfaeaf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,5 @@ Makefile.in
/dist/
/pygobject.egg-info/
/MANIFEST
+/docs/_build
+/PyGObject.egg-info/