Use null name for material theme
With a real name, RTD complains.
This commit is contained in:
parent
9ccf3390ab
commit
ec3507db1e
|
@ -1,6 +1,6 @@
|
||||||
site_name: Parallel Virtual Cluster documentation
|
site_name: Parallel Virtual Cluster documentation
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: null
|
||||||
custom_dir: 'mkdocs/themes/mkdocs-material/material'
|
custom_dir: 'mkdocs/themes/mkdocs-material/material'
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
|
|
Loading…
Reference in New Issue