generated from entelecheia/course-template-i18n
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from entelecheia/entelecheia/issue1
- Loading branch information
Showing
31 changed files
with
430 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
jobs: | ||
pre_build: | ||
# Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml | ||
- "jupyter-book config sphinx book/" | ||
|
||
formats: | ||
- epub | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: book/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1 @@ | ||
<!--next-version-placeholder--> | ||
|
||
## v0.2.0 (2024-07-08) | ||
|
||
### Feature | ||
|
||
* **language_switcher:** Add language switcher functionality in multiple locations ([`5fce548`](https://github.com/entelecheia/course-template-i18n/commit/5fce548c5f291dcfdf147347722d950e8d6526a4)) | ||
* **language:** Add language selector and post-processing script ([`c1e30f3`](https://github.com/entelecheia/course-template-i18n/commit/c1e30f331738e878134bfc921c4531a6ab3bf2b8)) | ||
* **build:** Add build script for books with language support ([`d23760c`](https://github.com/entelecheia/course-template-i18n/commit/d23760c65b86512889313492dce24dc8f47b02ab)) | ||
* **book:** Add publish script for building HTML ([`abdc4f1`](https://github.com/entelecheia/course-template-i18n/commit/abdc4f1e36f5f8b29980a63bebd4e09e53375e99)) | ||
* **language_redirect:** Add language-based redirection logic ([`3b1f44b`](https://github.com/entelecheia/course-template-i18n/commit/3b1f44b3b6c58dd984fceddf4b37ae214698a8d8)) | ||
* **language-selector:** Add CSS styles for language selector ([`b6c6dae`](https://github.com/entelecheia/course-template-i18n/commit/b6c6daebacc28f99d3cab16bc833959d221060a7)) | ||
* **book:** Add Google Fonts integration ([`f44d6d7`](https://github.com/entelecheia/course-template-i18n/commit/f44d6d70191be5e3e34aac4ab46233b4efc9ba9f)) | ||
* **language-selector:** Add styles for language selector ([`536f8cb`](https://github.com/entelecheia/course-template-i18n/commit/536f8cbaa7c70a87378bebe5eff7299883094193)) | ||
|
||
### Fix | ||
|
||
* **docs:** Update build script in deploy workflow ([`5c80307`](https://github.com/entelecheia/course-template-i18n/commit/5c80307549b6471ad426b09e3c850451482928c8)) | ||
* **lang-redirect:** Correct redirection URL to include index.html ([`558959a`](https://github.com/entelecheia/course-template-i18n/commit/558959ab07188d011d47c5ca1cfbb8aa8e3b4a98)) | ||
|
||
## v0.1.0 (2024-07-07) | ||
|
||
### Feature | ||
|
||
* **config:** Update project to support internationalization ([`f9bfc0c`](https://github.com/entelecheia/course-template-i18n/commit/f9bfc0c992afcfb59c9ee092a028b3e172bc5b3f)) | ||
|
||
### Fix | ||
|
||
* **makefile:** Correct file paths in remove-template target ([`2a16e79`](https://github.com/entelecheia/course-template-i18n/commit/2a16e796626bb158338f667290e013f6f8875b35)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.