Revert "Update .travis.yml, mkdocs.yml: Fixes #44"

This commit is contained in:
Twinaphex 2019-05-30 19:01:14 +02:00 committed by GitHub
parent f83ba92726
commit 0a4775ab5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 5 deletions

View file

@ -5,6 +5,5 @@ install:
- pip install mkdocs
- pip install mkdocs-material
- pip install pymdown-extensions
- pip install mkdocs-git-revision-date-plugin
script:
- mkdocs build

View file

@ -6,8 +6,6 @@
- // [Title] is the display name entry from the core's info file
- // https://github.com/libretro/libretro-super/tree/master/dist/info
**Page last revised on: {{ git_revision_date }}**
## Background
[Background info]

View file

@ -337,5 +337,3 @@ markdown_extensions:
permalink: true
- pymdownx.details
- pymdownx.superfences
plugins:
- git-revision-date