]> git.pld-linux.org Git - packages/python-fields.git/blob - python-fields-docs.patch
- new
[packages/python-fields.git] / python-fields-docs.patch
1 napoleon is included in sphinx >= 1.3 as ext.napoleon
2 --- fields-5.0.0/docs/conf.py.orig      2016-04-13 22:51:23.000000000 +0200
3 +++ fields-5.0.0/docs/conf.py   2018-08-01 22:09:38.229491885 +0200
4 @@ -11,7 +11,7 @@
5      'sphinx.ext.coverage',
6      'sphinx.ext.ifconfig',
7      'sphinx.ext.viewcode',
8 -    'sphinxcontrib.napoleon'
9 +    'sphinx.ext.napoleon'
10  ]
11  if os.getenv('SPELLCHECK'):
12      extensions += 'sphinxcontrib.spelling',
This page took 0.077012 seconds and 3 git commands to generate.