Merge pull request #349 from Hedonium/revision

Update .travis.yml, mkdocs.yml: Fixes #44
This commit is contained in:
Twinaphex 2019-05-30 08:43:48 +02:00 committed by GitHub
commit a61e2705b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -5,5 +5,6 @@ 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,6 +6,8 @@
- // [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,3 +337,5 @@ markdown_extensions:
permalink: true
- pymdownx.details
- pymdownx.superfences
plugins:
- git-revision-date