浏览代码

add import of specific theme

Jérôme BUISINE 3 年之前
父节点
当前提交
ace24b065c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/source/conf.py

+ 2 - 0
docs/source/conf.py

@@ -14,6 +14,8 @@
 #
 import os
 import sys
+import asteroid_sphinx_theme
+
 sys.path.insert(0, os.path.abspath('../../../macop'))
 
 # -- Project information -----------------------------------------------------