File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ Python Script for 'searching' and 'downloading' hundreds of Google images to the
66Documentation
77=============
88
9- `Link to Documentation <https://google-images-download.readthedocs.io/en/latest/index.html >`__.
9+ * `Documentation Homepage <https://google-images-download.readthedocs.io/en/latest/index.html >`__
10+ * `Installation <https://google-images-download.readthedocs.io/en/latest/installation.html >`__
11+ * `Input arguments <https://google-images-download.readthedocs.io/en/latest/arguments.html >`__
12+ * `Examples and Code Samples <https://google-images-download.readthedocs.io/en/latest/examples.html# >`__
1013
1114
1215Disclaimer
Original file line number Diff line number Diff line change 2020
2121html_static_path = ['_static' ]
2222
23+ def setup (app ):
24+ app .add_stylesheet ('overrides.css' ) # may also be an URL
25+
2326html_context = {
24- 'css_files' : [
25- '_static/overrides.css' , # override wide tables in RTD theme
26- ],
27- "display_github" : True , # Add 'Edit on Github' link instead of 'View page source'
27+ "display_github" : False , # Add 'Edit on Github' link instead of 'View page source'
2828 "last_updated" : True ,
2929 "commit" : False ,
3030 }
You can’t perform that action at this time.
0 commit comments