From 07c77b51d33c23d3ea28d588adc43b6c5ec5c20f Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 17 Oct 2012 18:12:52 -0400 Subject: Generate and use version.py for Sphinx Sphinx's idea of the version number appears in the man pages and compiled PDF documents, and shows up as metadata in the generated HTML sources. Extract the version information from the master source (patchlevel.h) into a form usable by Sphinx. ticket: 7433 tags: pullup --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d1b4bbac63..36c4f1af9f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ obj/ testdir/ testlog +/doc/version.py + /doc/html/ /src/config.log -- cgit