summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-24 13:40:27 +0100
committerColin Watson <cjwatson@debian.org>2019-10-24 13:40:27 +0100
commit1b170095f3e7d03666d8e672d3ad62355a5240dc (patch)
treef3660f04c21884ca15559794f9d62c8d11e0924e /docs
parent6ee4c027ff1501a7fe68f03ba94846ef614137b2 (diff)
New upstream version 1.5.0
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
-rw-r--r--docs/requirements.txt1
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4e14afe..438c528 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -3,7 +3,6 @@ from __future__ import unicode_literals
import os
-
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
@@ -15,18 +14,13 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.viewcode',
]
-if os.getenv('SPELLCHECK'):
- extensions += 'sphinxcontrib.spelling',
- spelling_show_suggestions = True
- spelling_lang = 'en_US'
-
source_suffix = '.rst'
master_doc = 'index'
project = 'tblib'
year = '2013-2019'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
-version = release = '1.4.0'
+version = release = '1.5.0'
pygments_style = 'trac'
templates_path = ['.']
diff --git a/docs/requirements.txt b/docs/requirements.txt
index ef4a013..62bc14e 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,2 @@
sphinx>=1.3
sphinx-py3doc-enhanced-theme
--e .