Skip to content

Commit 6f27765

Browse files
fix: SPHINX modules and themes
1 parent 94d00f0 commit 6f27765

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install XSLT Processor
1010
run: sudo apt-get install xsltproc sphinx-common
1111
- name: Install dependencies
12-
run: pip install sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx-tabs sphinx_inline_tabs pygments
12+
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
1313
- name: Checkout project sources
1414
uses: actions/checkout@v2
1515
with:

src/site/sphinx/changelog.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,39 @@ Latest Changes since |JSQLPARSER_VERSION|
88
=============================================================
99

1010

11+
* **feat: T-SQL `FOR ...` clause**
12+
13+
Andreas Reichel, 2023-06-02
14+
* **doc: migration guide**
15+
16+
Andreas Reichel, 2023-06-02
17+
* **fix: expose IntervalExpression attributes and use DeParser**
18+
19+
Andreas Reichel, 2023-06-01
20+
* **Update sphinx.yml**
21+
22+
manticore-projects, 2023-06-01
23+
* **doc: write migration guide**
24+
25+
Andreas Reichel, 2023-05-29
26+
* **fix: throw the specific exception**
27+
28+
Andreas Reichel, 2023-05-29
29+
* **doc: Website, fix tabs**
30+
31+
Andreas Reichel, 2023-05-24
32+
* **doc: Website improvements**
33+
34+
Andreas Reichel, 2023-05-22
1135
* **build: improve Upload task**
1236

1337
Andreas Reichel, 2023-05-19
1438
* **feat: Quoted Identifiers can contain double-quotes (PostgreSQL)**
1539

1640
Andreas Reichel, 2023-05-18
41+
* **Create gradle.yml**
42+
43+
manticore-projects, 2023-05-18
1744
* **feat: functions blocks, parenthesed JSON Expressions**
1845

1946
Andreas Reichel, 2023-05-18
@@ -164,6 +191,9 @@ Latest Changes since |JSQLPARSER_VERSION|
164191
* **feat: Consolidate the `ExpressionList`, removing many redundant List alike Classes and Productions**
165192

166193
Andreas Reichel, 2023-05-03
194+
* **Revert "fix: assign Enum case insensitive"**
195+
196+
Andreas Reichel, 2023-05-02
167197
* **fix: assign Enum case insensitive**
168198

169199
Andreas Reichel, 2023-05-02

0 commit comments

Comments
 (0)