File: correct_manpage_section.patch

package info (click to toggle)
python-gmpy2 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,628 kB
  • ctags: 1,123
  • sloc: ansic: 21,036; python: 5,846; makefile: 163
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Correcting manpage section
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -212,5 +212,5 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'gmpy2', u'gmpy2 Documentation',
-     [u'Case Van Horsen'], 1)
+     [u'Case Van Horsen'], 3)
 ]