Skip to content

Commit

Permalink
add: material template
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Feb 14, 2020
1 parent af4b3fd commit e8f53ed
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Required
version: 2

# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-material
12 changes: 9 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ nav:
- Quickstart: quickstart.md
- OBA features: features.md
- Configuration file: configuration_file.md
theme: readthedocs
markdown_extensions:
- admonition
theme:
name: material

markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true

0 comments on commit e8f53ed

Please sign in to comment.