Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc53816

Browse files
committed
📚 update sphinx conf
1 parent f3c1dc0 commit cc53816

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

‎.moban.d/docs/source/conf.py‎ renamed to ‎.moban.d/docs/source/custom_conf.py.jj2‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
sys.path.append(os.path.abspath('_themes'))
77
html_theme_path = ['_themes']
88
html_theme = 'flask_small'
9-
{%endblock%}
9+
{%endblock%}

‎.moban.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration:
44
targets:
55
- README.rst: custom_README.rst.jj2
66
- setup.py: custom_setup.py.jj2
7-
- "docs/source/conf.py": "docs/source/conf.py"
7+
- "docs/source/conf.py": "docs/source/custom_conf.py.jj2"
88
- .travis.yml: custom_travis.yml.jj2
99
- MANIFEST.in: MANIFEST.in.jj2
1010
- "docs/source/index.rst": "docs/source/flask-excel-index.rst.jj2"

‎docs/source/conf.py‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# -*- coding: utf-8 -*-
22
DESCRIPTION = (
33
'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+
' +
56
''
67
)
78
# Configuration file for the Sphinx documentation builder.
89
#
910
# This file only contains a selection of the most common options. For a full
1011
# list see the documentation:
11-
# http://www.sphinx-doc.org/en/master/config
12+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
1213

1314
# -- Path setup --------------------------------------------------------------
1415

@@ -22,9 +23,9 @@
2223

2324
# -- Project information -----------------------------------------------------
2425

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.'
2829
# The short X.Y version
2930
version = '0.0.7'
3031
# The full version, including alpha/beta/rc tags
@@ -69,7 +70,7 @@
6970
# -- Options for intersphinx extension ---------------------------------------
7071

7172
# 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}
7374
# TODO: html_theme not configurable upstream
7475
import sys # noqa
7576
import os # noqa
@@ -87,3 +88,4 @@
8788
]
8889
intersphinx_mapping.update({
8990
})
91+
master_doc = "index"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /