|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | DESCRIPTION = ( |
3 | 3 | 'A flask extension that provides one application programming interface ' + |
4 | | - 'to read and write data in different excel file formats' + |
| 4 | + 'to read and write data in different excel file formats |
| 5 | +' + |
5 | 6 | '' |
6 | 7 | ) |
7 | 8 | # Configuration file for the Sphinx documentation builder. |
8 | 9 | # |
9 | 10 | # This file only contains a selection of the most common options. For a full |
10 | 11 | # list see the documentation: |
11 | | -# http://www.sphinx-doc.org/en/master/config |
| 12 | +# https://www.sphinx-doc.org/en/master/usage/configuration.html |
12 | 13 |
|
13 | 14 | # -- Path setup -------------------------------------------------------------- |
14 | 15 |
|
|
22 | 23 |
|
23 | 24 | # -- Project information ----------------------------------------------------- |
24 | 25 |
|
25 | | -project = 'pyexcel' |
26 | | -copyright = 'copyright 2015-2019 Onni Software Ltd.' |
27 | | -author = 'Onni Software Ltd.' |
| 26 | +project = 'Flask-Excel' |
| 27 | +copyright = '2015-2020 Onni Software Ltd.' |
| 28 | +author = 'C.W.' |
28 | 29 | # The short X.Y version |
29 | 30 | version = '0.0.7' |
30 | 31 | # The full version, including alpha/beta/rc tags |
|
69 | 70 | # -- Options for intersphinx extension --------------------------------------- |
70 | 71 |
|
71 | 72 | # Example configuration for intersphinx: refer to the Python standard library. |
72 | | -intersphinx_mapping = {'https://docs.python.org/': None} |
| 73 | +intersphinx_mapping = {'https://docs.python.org/3/': None} |
73 | 74 | # TODO: html_theme not configurable upstream |
74 | 75 | import sys # noqa |
75 | 76 | import os # noqa |
|
87 | 88 | ] |
88 | 89 | intersphinx_mapping.update({ |
89 | 90 | }) |
| 91 | +master_doc = "index" |
0 commit comments