Skip to content

Commit

Permalink
modified mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rapanti committed Oct 23, 2024
1 parent e9e6e6e commit cacfda8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/example_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

logger = logging.getLogger("mkdocs")

RUN_EXAMPLES_ENV_VAR = "AMLTK_DOC_RENDER_EXAMPLES"
RUN_EXAMPLES_ENV_VAR = "DOC_RENDER_EXAMPLES"


@dataclass
Expand Down
24 changes: 23 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ repo_name: automl/QTT

theme:
name: material
features:
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.sections
- toc.follow
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
- search.suggest
- search.highlight
- search.share

extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/automl
- icon: fontawesome/brands/twitter
link: https://twitter.com/automl_org

watch:
- src/qtt
Expand Down Expand Up @@ -44,7 +66,7 @@ plugins:
- autorefs
- glightbox
- offline:
enabled: !ENV [AMLTK_DOCS_OFFLINE, false]
enabled: !ENV [DOCS_OFFLINE, false]
- markdown-exec
- mike:
version_selector: true
Expand Down

0 comments on commit cacfda8

Please sign in to comment.