Skip to content

Commit

Permalink
Updating MKDOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2022
1 parent c05c7d5 commit ab6e8d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run pre-commit
#npm run pre-commit
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ mkdocs:
configuration: mkdocs.yml

python:
version: 3.6
version: 3.8
install:
- requirements: docs/requirements.txt
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdocs==1.4.1
Pygments==2.9.0
Markdown==3.3.4
jinja2==3.0.0
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ markdown_extensions:
- fenced_code
google_analytics: ["UA-83719923-1", 'fiware-academy.readthedocs.io']
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_operations.css"]
pages:
nav:
- Home: 'index.md'
- 'FIWARE Lab':
- 'Promotional Videos': 'operations/promotional.md'
Expand Down

0 comments on commit ab6e8d0

Please sign in to comment.