Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 25 additions & 22 deletions docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ not_in_nav: |
/titles.md
/project/README.md

exclude_docs: | # This is the only way to keep the build from parsing the team bio files.
exclude_docs:
| # This is the only way to keep the build from parsing the team bio files.
!.*
/about/team/

Expand All @@ -75,10 +76,10 @@ extra:
hide_dev_links: true
website: true
translated: true
min_python_version: "3.10" # The oldest supported Python version
min_python_version_tag: "310" # The tag version of the minimum python version
recent_python_version: "3.13" # The newest Python version known to work on all platforms
docs_python_version: "3.13" # The version of Python required to build the documentation
min_python_version: "3.10" # The oldest supported Python version
min_python_version_tag: "310" # The tag version of the minimum python version
recent_python_version: "3.13" # The newest Python version known to work on all platforms
docs_python_version: "3.13" # The version of Python required to build the documentation
contribution_guide_root: contributing/guide/
social:
- icon: fontawesome/brands/github
Expand Down Expand Up @@ -148,7 +149,6 @@ extra:
link: /zh_TW/
lang: zh-TW


extra_css:
- stylesheets/beeware.css

Expand Down Expand Up @@ -212,18 +212,18 @@ markdown_extensions:
- quote
pymdownx.blocks.details:
types:
- {name: details-note, class: note}
- {name: details-abstract, class: abstract}
- {name: details-info, class: info}
- {name: details-tip, class: tip}
- {name: details-success, class: success}
- {name: details-question, class: question}
- {name: details-warning, class: warning}
- {name: details-failure, class: failure}
- {name: details-danger, class: danger}
- {name: details-bug, class: bug}
- {name: details-example, class: example}
- {name: details-quote, class: quote}
- { name: details-note, class: note }
- { name: details-abstract, class: abstract }
- { name: details-info, class: info }
- { name: details-tip, class: tip }
- { name: details-success, class: success }
- { name: details-question, class: question }
- { name: details-warning, class: warning }
- { name: details-failure, class: failure }
- { name: details-danger, class: danger }
- { name: details-bug, class: bug }
- { name: details-example, class: example }
- { name: details-quote, class: quote }
pymdownx.blocks.tab:
alternate_style: true
pymdownx.snippets:
Expand Down Expand Up @@ -252,25 +252,25 @@ plugins:
- Events
- Resources
autorefs:
resolve_closest: true # autorefs warns of the Usage headings begin duplicates without this - we will have to assign unique ids to all of them otherwise
resolve_closest: true # autorefs warns of the Usage headings begin duplicates without this - we will have to assign unique ids to all of them otherwise
macros:
module_name: macros
include_yaml:
- team: en/news/.authors.yml
- team: en/news/.authors.yml
meta: {}
rss:
feed_title: "BeeWare: The Buzz"
feed_description: News and events for the BeeWare project.
match_path: "news/posts/.*"
use_git: false # Forces it to read the dates from the frontmatter.
use_git: false # Forces it to read the dates from the frontmatter.
date_from_meta:
as_creation: "date"
datetime_format: "%Y-%m-%d"
categories:
- categories
feeds_filenames:
rss_created: news/buzz/atom.xml
# image: images/brutus.png # Update to a Brutus URL
# image: images/brutus.png # Update to a Brutus URL
abstract_chars_count: -1
redirects:
redirect_maps:
Expand All @@ -295,9 +295,12 @@ plugins:
"bee/coc.md": "community/code-of-conduct.md"
"bee/join.md": "membership/index.md"
"bee/podium.md": "https://github.com/beeware/podium"
"bee/ready.md": "https://github.com/orgs/beeware/projects/1/views/7"
"bee/signup.md": "about/contact.md"
"bee/sprint.md": "contributing/sprint-guide.md"
"bee/sprints.md": "contributing/sprint-guide.md"
# Short shortlinks
"b/ready.md": "https://github.com/orgs/beeware/projects/1/views/7"
"b/sprints.md": "contributing/sprint-guide.md"
"b/sprint.md": "contributing/sprint-guide.md"
# Historical links of significance
Expand Down