Parcourir la source

Ignore localhost for linkcheck.

Omer Katz il y a 7 ans
Parent
commit
06cc3ca91d
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      docs/conf.py

+ 3 - 0
docs/conf.py

@@ -45,6 +45,9 @@ globals().update(conf.build_config(
         'celery.utils.encoding',
         r'celery.utils.static.*',
     ],
+    linkcheck_ignore=[
+        r'^http://localhost'
+    ]
 ))
 
 settings = {}