Skip to content

Commit

Permalink
fix: SPHINX modules and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Jun 2, 2023
1 parent 94d00f0 commit 6f27765
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install XSLT Processor
run: sudo apt-get install xsltproc sphinx-common
- name: Install dependencies
run: pip install sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx-tabs sphinx_inline_tabs pygments
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
- name: Checkout project sources
uses: actions/checkout@v2
with:
Expand Down
30 changes: 30 additions & 0 deletions src/site/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,39 @@ Latest Changes since |JSQLPARSER_VERSION|
=============================================================


* **feat: T-SQL `FOR ...` clause**

Andreas Reichel, 2023-06-02
* **doc: migration guide**

Andreas Reichel, 2023-06-02
* **fix: expose IntervalExpression attributes and use DeParser**

Andreas Reichel, 2023-06-01
* **Update sphinx.yml**

manticore-projects, 2023-06-01
* **doc: write migration guide**

Andreas Reichel, 2023-05-29
* **fix: throw the specific exception**

Andreas Reichel, 2023-05-29
* **doc: Website, fix tabs**

Andreas Reichel, 2023-05-24
* **doc: Website improvements**

Andreas Reichel, 2023-05-22
* **build: improve Upload task**

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

Andreas Reichel, 2023-05-18
* **Create gradle.yml**

manticore-projects, 2023-05-18
* **feat: functions blocks, parenthesed JSON Expressions**

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

Andreas Reichel, 2023-05-03
* **Revert "fix: assign Enum case insensitive"**

Andreas Reichel, 2023-05-02
* **fix: assign Enum case insensitive**

Andreas Reichel, 2023-05-02
Expand Down

0 comments on commit 6f27765

Please sign in to comment.