python-manuel/conf.py
Tomáš Chvátal 94bc16e702 Accepting request 597147 from home:frispete:python
- update to version 1.9.0:
  * You can now use Manuel with the nose and pytest test runners by
    defining Manuel tests inside unittest.TestCase classes.
  * Added support for Python 3.5 and Python 3.6.
  * Dropped support for Python 2.6
- add a fixed conf.py in order to properly build the docs (again)

OBS-URL: https://build.opensuse.org/request/show/597147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=7
2018-04-16 17:30:01 +00:00

16 lines
357 B
Python

source_suffix = '.txt'
master_doc = 'src/manuel/index'
project = 'Manuel'
copyright = 'Benji York'
version = '1'
release = '1'
today_fmt = '%Y-%m-%d'
pygments_style = 'sphinx'
html_last_updated_fmt = '%Y-%m-%d'
html_title = 'Manuel Documentation'
todo_include_todos = False
exclude_patterns = ['src/manuel.egg-info*']
unused_docs = ['src/manuel/capture']