Sfoglia il codice sorgente

added material theme to requirements for doc building.

tags/v2.0.0
Roxie Gibson 5 anni fa
parent
commit
4767c61c21
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -2
      mkdocs.yml
  2. +1
    -0
      requirements.txt

+ 1
- 2
mkdocs.yml Vedi File

@@ -45,9 +45,8 @@ nav:

# Customisation
theme:
name: null
name: 'material'
language: en
custom_dir: 'material/'
palette:
primary: 'deep purple'
accent: 'deep purple'

+ 1
- 0
requirements.txt Vedi File

@@ -4,3 +4,4 @@ pillow==5.1.0
numpy==1.14.3
youtube_dl
pymdown-extensions
mkdocs-material

Loading…
Annulla
Salva