forked from memoiry/LightML.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (20 loc) · 588 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (20 loc) · 588 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# See the mkdocs user guide for more information on these settings.
# http://www.mkdocs.org/user-guide/configuration/
site_name: LightML.jl
#repo_url: https://github.com/USER_NAME/PACKAGE_NAME.jl
#site_description: Description...
#site_author: USER_NAME
theme: readthedocs
extra_css:
- assets/Documenter.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML
- assets/mathjaxhelper.js
markdown_extensions:
- extra
- tables
- fenced_code
- mdx_math
docs_dir: 'build'
pages:
- Home: index.md