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.
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinx_biel
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: ASK AI chatbot for Sphinx.
5
5
  Author-email: TechDocs Studio <info@techdocs.studio>
6
6
  Description-Content-Type: text/x-rst
@@ -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.6"
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