Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit ca78fc0

Browse files
committed
Change locale name - fixed #45
1 parent a9572c5 commit ca78fc0

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build documents
4242
run: |
4343
LANGUAGE=en make html
44-
LANGUAGE=ua make html
44+
LANGUAGE=uk make html
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v2
4747
- name: Upload artifact

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPHINX_SRC = src
55
SPHINX_CONFIG = $(SPHINX_SRC)/conf.py
66

77
# Internationalization
8-
SPHINXINTL_LANGUAGE ?= ua
8+
SPHINXINTL_LANGUAGE ?= uk
99
LANGUAGE ?= en
1010

1111
# Sphinx build directories
@@ -20,7 +20,7 @@ SPHINX_BUILD = sphinx-build -q -D language=$(LANGUAGE)
2020
# Makefile targets
2121
all : clean
2222
@make LANGUAGE=en html
23-
@make LANGUAGE=ua html
23+
@make LANGUAGE=uk html
2424

2525
clean :
2626
@echo "Cleaning existing builds at $(_SPHINX_OUT_BASE)"

0 commit comments

Comments
 (0)