Skip to content

Commit 6e7acf5

Browse files
committed
Fix docs warns and errors.
1 parent 20989cc commit 6e7acf5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.7.6 (unreleased)
6+
------------------
7+
8+
*
9+
510
0.7.5 (2017-06-27)
611
------------------
712

@@ -19,8 +24,7 @@ History
1924
0.7.3 (2017-05-18)
2025
------------------
2126

22-
* Fix internal use of `REFRESH_URL` when overriding `access_token_url` at \
23-
constructor time.
27+
* Fix internal use of `REFRESH_URL` when overriding `access_token_url` at constructor time.
2428

2529
0.7.2 (2017-05-17)
2630
------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# here, relative to this directory. They are copied after the builtin
143143
# static files, so a file named "default.css" will overwrite the builtin
144144
# "default.css".
145-
html_static_path = ['_static']
145+
html_static_path = []
146146

147147
# If not '', a 'Last updated on:' timestamp is inserted at every page
148148
# bottom, using the given strftime format.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Contents:
1313

1414
readme
1515
usage
16+
modules
1617
contributing
1718
authors
1819
history

0 commit comments

Comments
 (0)