浏览代码

Ignore localhost for linkcheck.

Omer Katz 7 年之前
父节点
当前提交
06cc3ca91d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 = {}