mirror of
https://github.com/libretro/docs.git
synced 2025-02-22 10:01:35 +00:00
Merge pull request #349 from Hedonium/revision
Update .travis.yml, mkdocs.yml: Fixes #44
This commit is contained in:
commit
a61e2705b4
@ -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
|
||||
|
@ -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]
|
||||
|
@ -337,3 +337,5 @@ markdown_extensions:
|
||||
permalink: true
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
plugins:
|
||||
- git-revision-date
|
||||
|
Loading…
x
Reference in New Issue
Block a user