sphinx_biel 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/CHANGELOG.rst +9 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/PKG-INFO +1 -1
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/src/sphinx_biel/__init__.py +2 -1
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/.flake8 +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/.github/dependabot.yml +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/.gitignore +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/.pre-commit-config.yaml +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/.readthedocs.yml +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/LICENSE.md +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/README.rst +0 -0
- {sphinx_biel-0.1.6 → sphinx_biel-0.1.7}/pyproject.toml +0 -0
@@ -5,6 +5,15 @@ Changelog
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
6
6
|
|
7
7
|
|
8
|
+
[0.1.7] - 15 September 2025
|
9
|
+
===========================
|
10
|
+
|
11
|
+
Added
|
12
|
+
-----
|
13
|
+
|
14
|
+
* New ``hide_sources`` field for hiding sources.
|
15
|
+
|
16
|
+
|
8
17
|
[0.1.6] - 29 August 2025
|
9
18
|
========================
|
10
19
|
|
@@ -5,7 +5,7 @@ ASK AI chatbot for Sphinx.
|
|
5
5
|
This code is licensed under MIT license (see LICENSE.md for details).
|
6
6
|
"""
|
7
7
|
|
8
|
-
__version__ = "0.1.
|
8
|
+
__version__ = "0.1.7"
|
9
9
|
|
10
10
|
from sphinx.application import Sphinx
|
11
11
|
|
@@ -30,6 +30,7 @@ class BielExtension:
|
|
30
30
|
'hide_close_button': None,
|
31
31
|
'hide_expand_button': None,
|
32
32
|
'hide_refresh_button': None,
|
33
|
+
'hide_sources': None,
|
33
34
|
'hide_feedback': None,
|
34
35
|
'modal_position': None,
|
35
36
|
'show_terms_modal': None,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|