Skip to content

Commit

Permalink
Add support for absolute links with mkdocs-site-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Jan 17, 2024
1 parent 27df223 commit 7e0905f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies = [
"mkdocs-material",
"mkdocstrings[python]",
"mkdocs-macros-plugin",
"mkdocs-site-urls",
"importlib_resources",
"httpx",
"rich",
Expand Down
2 changes: 1 addition & 1 deletion src/pulp_docs/data/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ theme:

plugins:
- search
- site-urls
- macros:
module_name: '../mkdocs_macros'
- tags:
Expand All @@ -45,7 +46,6 @@ plugins:
options:
show_source: false
docstring_section_style: table # table, list, spacy

extra:
social:
- icon: fontawesome/brands/github-alt
Expand Down

0 comments on commit 7e0905f

Please sign in to comment.