Skip to content

Commit 7679d9b

Browse files
committed
Doc changes
1 parent 7766078 commit 7679d9b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Python Script for 'searching' and 'downloading' hundreds of Google images to the
66
Documentation
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

1215
Disclaimer

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
html_static_path = ['_static']
2222

23+
def setup(app):
24+
app.add_stylesheet('overrides.css') # may also be an URL
25+
2326
html_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
}

0 commit comments

Comments
 (0)