Skip to content

Commit c416d65

Browse files
authored
Merge pull request #80 from starrify/fix-doc-warning-minor
Fixed minor issues that would break docs builds/tests
2 parents 2ebce38 + d5cbeb3 commit c416d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
# Add any paths that contain custom static files (such as style sheets) here,
106106
# relative to this directory. They are copied after the builtin static files,
107107
# so a file named "default.css" will overwrite the builtin "default.css".
108-
html_static_path = ['_static']
108+
#html_static_path = ['_static']
109109

110110

111111
# -- Options for HTMLHelp output ------------------------------------------

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If ``False`` Sets Scrapy's ``DOWNLOAD_DELAY`` to ``0``, making the spider to cra
4242
respect the provided ``DOWNLOAD_DELAY`` from Scrapy.
4343

4444
CRAWLERA_DEFAULT_HEADERS
45-
-----------------------
45+
------------------------
4646

4747
Default: ``{}``
4848

0 commit comments

Comments
 (0)