diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index ca9a3cd4..15884cb3 100755 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -63,9 +63,8 @@ plugins: - bibtex: bib_file: references.bib csl_file: https://raw.githubusercontent.com/citation-style-language/styles/26eccff9e537f71494a4da7b91afac1adf571dc9/apa.csl - - events: - events_dir: community_resources/events/events - + - resolve-absolute-urls + markdown_extensions: - attr_list - abbr diff --git a/documentation/requirements.txt b/documentation/requirements.txt index 42f75240..ff6d0334 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -3,4 +3,4 @@ mkdocs-git-revision-date-localized-plugin==1.2.0 mkdocs-macros-plugin==1.0.4 mkdocs-bibtex==4.4.0 pypandoc_binary==1.15 -git+https://github.com/rbeucher/mkdocs_events_plugin.git \ No newline at end of file +git+https://github.com/ACCESS-NRI/mkdocs_resolve_absolute_urls_plugin.git@1.2.0