Skip to content

Commit

Permalink
Change html_baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
MakotoE committed Nov 7, 2023
1 parent 0a330a7 commit 463b6b6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ Sphinx project for [https://www.emeditor.org/](https://www.emeditor.org/).
```
$env:PROJECT='en'
sphinx-build . _build/en
```

# TODO
- Update html_baseurl for all languages
```
2 changes: 1 addition & 1 deletion en/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sitemap_url_scheme = 'en/{version}{link}'
html_baseurl = 'https://emurasoft.github.io/emeditor-help/en/'
html_baseurl = 'https://www.emeditor.org/en'

with open('../version') as version_file:
version = str(version_file.read())
Expand Down
2 changes: 1 addition & 1 deletion ja/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sitemap_url_scheme = 'ja/{version}{link}'
html_baseurl = 'https://emurasoft.github.io/emeditor-help/ja/'
html_baseurl = 'https://www.emeditor.org/ja'

with open('../version') as version_file:
version = str(version_file.read())
Expand Down
2 changes: 1 addition & 1 deletion ko/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sitemap_url_scheme = 'ko/{version}{link}'
html_baseurl = 'https://emurasoft.github.io/emeditor-help/ko/'
html_baseurl = 'https://www.emeditor.org/ko'

with open('../version') as version_file:
version = str(version_file.read())
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sitemap_url_scheme = 'zh-cn/{version}{link}'
html_baseurl = 'https://emurasoft.github.io/emeditor-help/zh-cn/'
html_baseurl = 'https://www.emeditor.org/zh-cn'

with open('../version') as version_file:
version = str(version_file.read())
Expand Down
2 changes: 1 addition & 1 deletion zh-tw/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sitemap_url_scheme = 'zh-tw/{version}{link}'
html_baseurl = 'https://emurasoft.github.io/emeditor-help/zh-tw/'
html_baseurl = 'https://www.emeditor.org/zh-tw'

with open('../version') as version_file:
version = str(version_file.read())
Expand Down

0 comments on commit 463b6b6

Please sign in to comment.