Skip to content

Commit

Permalink
Fix linkcheck tests for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fladi committed Dec 31, 2016
1 parent ea1ddc7 commit 688aa9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Installation
Documentation
=============

https://django-static-push.readthedocs.org/
https://django-static-push.readthedocs.io/en/latest/

Development
===========
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@
napoleon_use_ivar = True
napoleon_use_rtype = False
napoleon_use_param = False

linkcheck_anchors = False

0 comments on commit 688aa9d

Please sign in to comment.