Browse Source

trying to get rtd to work

error in mkdocs.yml

rtd being annoying.

angrey

maybe one day it will work

i will eventually squish these

pls work

failed rtd but docs should be able to be built now by other people.
tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
d843111ee4
3 changed files with 14 additions and 3 deletions
  1. +10
    -2
      mkdocs.yml
  2. +2
    -0
      readthedocs.yml
  3. +2
    -1
      requirements.txt

+ 10
- 2
mkdocs.yml View File

@@ -45,13 +45,21 @@ nav:

# Customisation
theme:
name: 'material'
name: null
language: en
custom_dir: 'material/'
palette:
primary: 'deep purple'
accent: 'deep purple'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo:
icon: "\uE80C"
feature:
tabs: true
static_templates:
- 404.html

extra:
social:
@@ -71,7 +79,7 @@ markdown_extensions:
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
emoji_generator: python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark

+ 2
- 0
readthedocs.yml View File

@@ -1,3 +1,5 @@
build:
image: latest

python:
version: 3.6

+ 2
- 1
requirements.txt View File

@@ -2,4 +2,5 @@ git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
beautifulsoup4==4.6.0
pillow==5.1.0
numpy==1.14.3
youtube_dl
youtube_dl
pymdown-extensions

Loading…
Cancel
Save