This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Support markdown in docs
pull/3/head
troyyyyy
3 years ago
parent
2b93f52614
commit
4fc6035303
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docs/conf.py
+2
-1
docs/requirements.txt
+ 1
- 0
docs/conf.py
View File
@@ -27,6 +27,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'recommonmark',
'sphinx_markdown_tables',
]
templates_path = ['_templates']
+ 2
- 1
docs/requirements.txt
View File
@@ -1,3 +1,4 @@
sphinx
sphinx-rtd-theme
recommonmark
recommonmark
sphinx-markdown-tables
Write
Preview
Loading…
Cancel
Save