File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ _generate /*
Original file line number Diff line number Diff line change 40
40
# The suffix(es) of source filenames.
41
41
# You can specify multiple suffix as a list of string:
42
42
# source_suffix = ['.rst', '.md']
43
- source_suffix = ".rst"
43
+ source_suffix = { ".rst" : "restructuredtext" }
44
44
45
45
# The encoding of source files.
46
46
# source_encoding = 'utf-8-sig'
67
67
#
68
68
# This is also used if you do content translation via gettext catalogs.
69
69
# Usually you set "language" from the command line for these cases.
70
- language = None
70
+ language = "en"
71
71
72
72
# There are two options for replacing |today|: either, you set today to some
73
73
# non-false value, then it is used:
140
140
# Add any paths that contain custom static files (such as style sheets) here,
141
141
# relative to this directory. They are copied after the builtin static files,
142
142
# so a file named "default.css" will overwrite the builtin "default.css".
143
- html_static_path = ["_static" ]
143
+ # html_static_path = ["_static"]
144
144
145
145
# Add any extra paths that contain custom files (such as robots.txt or
146
146
# .htaccess) here, relative to this directory. These files are copied
295
295
296
296
297
297
# Example configuration for intersphinx: refer to the Python standard library.
298
- intersphinx_mapping = {"https://docs.python.org/" : None }
298
+ intersphinx_mapping = {"python" : ( " https://docs.python.org/", None ) }
Original file line number Diff line number Diff line change
1
+ The python_example module
2
+ =========================
3
+
1
4
.. automodule :: python_example
You can’t perform that action at this time.
0 commit comments