File tree Expand file tree Collapse file tree 5 files changed +26
-269
lines changed Expand file tree Collapse file tree 5 files changed +26
-269
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yaml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ # Set the version of Python and other tools you might need
9
+ build :
10
+ os : ubuntu-22.04
11
+ tools :
12
+ python : " 3.11"
13
+
14
+ # Build documentation in the docs/ directory with Sphinx
15
+ sphinx :
16
+ configuration : docs/source/conf.py
17
+
18
+ # We recommend specifying your dependencies to enable reproducible builds:
19
+ # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
+ # python:
21
+ # install:
22
+ # - requirements: docs/requirements.txt
Original file line number Diff line number Diff line change 74
74
@echo
75
75
@echo " Build finished; now you can process the JSON files."
76
76
77
- htmlhelp :
78
- $(SPHINXBUILD ) -b htmlhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /htmlhelp
79
- @echo
80
- @echo " Build finished; now you can run HTML Help Workshop with the" \
81
- " .hhp project file in $( BUILDDIR) /htmlhelp."
82
-
83
- qthelp :
84
- $(SPHINXBUILD ) -b qthelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /qthelp
85
- @echo
86
- @echo " Build finished; now you can run " qcollectiongenerator" with the" \
87
- " .qhcp project file in $( BUILDDIR) /qthelp, like this:"
88
- @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/PyMySQL.qhcp"
89
- @echo " To view the help file:"
90
- @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/PyMySQL.qhc"
91
-
92
- devhelp :
93
- $(SPHINXBUILD ) -b devhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /devhelp
94
- @echo
95
- @echo " Build finished."
96
- @echo " To view the help file:"
97
- @echo " # mkdir -p $$ HOME/.local/share/devhelp/PyMySQL"
98
- @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/PyMySQL"
99
- @echo " # devhelp"
100
-
101
77
epub :
102
78
$(SPHINXBUILD ) -b epub $(ALLSPHINXOPTS ) $(BUILDDIR ) /epub
103
79
@echo
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 101
101
102
102
# The theme to use for HTML and HTML Help pages. See the documentation for
103
103
# a list of builtin themes.
104
- html_theme = "default"
104
+ # html_theme = "default"
105
+ html_theme = "sphinx_rtd_theme"
105
106
106
107
# Theme options are theme-specific and customize the look and feel of a theme
107
108
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1
- Welcome to PyMySQL's documentation!
2
- ===================================
1
+ PyMySQL documentation
2
+ =====================
3
3
4
4
.. toctree ::
5
5
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments