Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conf.py to retrieve version numbers for various libraries, so they can be referred to dynamically in various docs #7447

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Coderambling
Copy link
Contributor

@Coderambling Coderambling commented Oct 27, 2024

See below PR where this was implemented for Tabulator doc.

Added version numbers for the following:

Deck.gl/ PyDeck, Echarts/ PyEcharts, Katex/ MathJax, Plotly, Altair & Vega.

#7053

References need to be added / updated in the various docs for the respective libraries to dynamically show the library version numbers.

Example doc snippet that uses this:

The library is built on version {{TABULATOR_VERSION}} of Tabulator

…sion numbers can be referred to dynamically in various docs


See below PRwhere this was implemented for Tabulator doc.

holoviz#7053
@Coderambling Coderambling changed the title Update conf.py to retrieve version numbers for various libraries, so they can be referred to dynamucally in various docs Update conf.py to retrieve version numbers for various libraries, so they can be referred to dynamically in various docs Oct 27, 2024
doc/conf.py Outdated Show resolved Hide resolved
Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. Most of these version variables don't exist yet and would have to be defined. We then also need to use these versions consistently across the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants