8000 Merge pull request #417 from sass/pre-commit-ci-update-config · giorgi94/libsass-python@45abd82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45abd82

Browse files
authored
Merge pull request sass#417 from sass/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c51acb7 + 1429381 commit 45abd82

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: pyupgrade
2626
args: [--py37-plus]
2727
- repo: https://github.com/pre-commit/mirrors-autopep8
28-
rev: v2.0.0
28+
rev: v2.0.1
2929
hooks:
3030
- id: autopep8
3131
- repo: https://github.com/PyCQA/flake8

docs/conf.py

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
source_suffix = '.rst'
4343

4444
# The encoding of source files.
45-
#source_encoding = 'utf-8-sig'
45+
# source_encoding = 'utf-8-sig'
4646

4747
# The master toctree document.
4848
master_doc = 'index'
@@ -64,37 +64,37 @@
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.
67-
#language = None
67+
# language = None
6868

6969
# There are two options for replacing |today|: either, you set today to some
7070
# non-false value, then it is used:
71-
#today = ''
71+
# today = ''
7272
# Else, today_fmt is used as the format for a strftime call.
73-
#today_fmt = '%B %d, %Y'
73+
# today_fmt = '%B %d, %Y'
7474

7575
# List of patterns, relative to source directory, that match files and
7676
# directories to ignore when looking for source files.
7777
exclude_patterns = ['_build']
7878

7979
# The reST default role (used for this markup: `text`) to use for all documents.
80-
#default_role = None
80+
# default_role = None
8181

8282
# If true, '()' will be appended to :func: etc. cross-reference text.
83-
#add_function_parentheses = True
83+
# add_function_parentheses = True
8484

8585
# If true, the current module name will be prepended to all description
8686
# unit titles (such as .. function::).
87-
#add_module_names = True
87+
# add_module_names = True
8888

8989
# If true, sectionauthor and moduleauthor directives will be shown in the
9090
# output. They are ignored by default.
91-
#show_authors = False
91+
# show_authors = False
9292

9393
# The name of the Pygments (syntax highlighting) style to use.
9494
pygments_style = 'sphinx'
9595

9696
# A list of ignored prefixes for module index sorting.
97-
#modindex_common_prefix = []
97+
# modindex_common_prefix = []
9898

9999

100100
# -- Options for HTML output ---------------------------------------------------
@@ -106,26 +106,26 @@
106106
# Theme options are theme-specific and customize the look and feel of a theme
107107
# further. For a list of options available for each theme, see the
108108
# documentation.
109-
#html_theme_options = {}
109+
# html_theme_options = {}
110110

111111
# Add any paths that contain custom themes here, relative to this directory.
112-
#html_theme_path = []
112+
# html_theme_path = []
113113

114114
# The name for this set of Sphinx documents. If None, it defaults to
115115
# "<project> v<release> documentation".
116-
#html_title = None
116+
# html_title = None
117117

118118
# A shorter title for the navigation bar. Default is the same as html_title.
119-
#html_short_title = None
119+
# html_short_title = None
120120

121121
# The name of an image file (relative to this directory) to place at the top
122122
# of the sidebar.
123-
#html_logo = None
123+
# html_logo = None
124124

125125
# The name of an image file (within the static path) to use as favicon of the
126126
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
127127
# pixels large.
128-
#html_favicon = None
128+
# html_favicon = None
129129

130130
# Add any paths that contain custom static files (such as style sheets) here,
131131
# relative to this directory. They are copied after the builtin static files,
@@ -134,44 +134,44 @@
134134

135135
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
136136
# using the given strftime format.
137-
#html_last_updated_fmt = '%b %d, %Y'
137+
# html_last_updated_fmt = '%b %d, %Y'
138138

139139
# If true, SmartyPants will be used to convert quotes and dashes to
140140
# typographically correct entities.
141-
#html_use_smartypants = True
141+
# html_use_smartypants = True
142142

143143
# Custom sidebar templates, maps document names to template names.
144-
#html_sidebars = {}
144+
# html_sidebars = {}
145145

146146
# Additional templates that should be rendered to pages, maps page names to
147147
# template names.
148-
#html_additional_pages = {}
148+
# html_additional_pages = {}
149149

150150
# If false, no module index is generated.
151-
#html_domain_indices = True
151+
# html_domain_indices = True
152152

153153
# If false, no index is generated.
154-
#html_use_index = True
154+
# html_use_index = True
155155

156156
# If true, the index is split into individual pages for each letter.
157-
#html_split_index = False
9E81 157+
# html_split_index = False
158158

159159
# If true, links to the reST sources are added to the pages.
160-
#html_show_sourcelink = True
160+
# html_show_sourcelink = True
161161

162162
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
163-
#html_show_sphinx = True
163+
# html_show_sphinx = True
164164

165165
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
166-
#html_show_copyright = True
166+
# html_show_copyright = True
167167

168168
# If true, an OpenSearch description file will be output, and all pages will
169169
# contain a <link> tag referring to it. The value of this option must be the
170170
# base URL from which the finished HTML is served.
171-
#html_use_opensearch = ''
171+
# html_use_opensearch = ''
172172

173173
# This is the file name suffix for HTML files (e.g. ".xhtml").
174-
#html_file_suffix = None
174+
# html_file_suffix = None
175175

176176
# Output file base name for HTML help builder.
177177
htmlhelp_basename = 'libsassdoc'
@@ -201,23 +201,23 @@
201201

202202
# The name of an image file (relative to this directory) to place at the top of
203203
# the title page.
204-
#latex_logo = None
204+
# latex_logo = None
205205

206206
# For "manual" documents, if this is true, then toplevel headings are parts,
207207
# not chapters.
208-
#latex_use_parts = False
208+
# latex_use_parts = False
209209

210210
# If true, show page references after internal links.
211-
#latex_show_pagerefs = False
211+
# latex_show_pagerefs = False
212212

213213
# If true, show URL addresses after external links.
214-
#latex_show_urls = False
214+
# latex_show_urls = False
215215

216216
# Documents to append as an appendix to all manuals.
217-
#latex_appendices = []
217+
# latex_appendices = []
218218

219219
# If false, no module index is generated.
220-
#latex_domain_indices = True
220+
# latex_domain_indices = True
221221

222222

223223
# -- Options for manual page output --------------------------------------------
@@ -232,7 +232,7 @@
232232
]
233233

234234
# If true, show URL addresses after external links.
235-
#man_show_urls = False
235+
# man_show_urls = False
236236

237237

238238
# -- Options for Texinfo output ------------------------------------------------
@@ -249,13 +249,13 @@
249249
]
250250

251251
# Documents to append as an appendix to all manuals.
252-
#texinfo_appendices = []
252+
# texinfo_appendices = []
253253

254254
# If false, no module index is generated.
255-
#texinfo_domain_indices = True
255+
# texinfo_domain_indices = True
256256

257257
# How to display URL addresses: 'footnote', 'no', or 'inline'.
258-
#texinfo_show_urls = 'footnote'
258+
# texinfo_show_urls = 'footnote'
259259

260260

261261
# Example configuration for intersphinx: refer to the Python standard library.

0 commit comments

Comments
 (0)
0