-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
I did git Odoo18 documentation branch.
after installing python packages, I did
make html
It went fine and built all html files but only English pages. Language option in html page is disabled.
make html
Compiling stylesheets...
mkdir -p _build/html/_static
python3 -m pysassc extensions/odoo_theme/static/style.scss _build/html/_static/style.css
Compilation finished.
Starting build...
sphinx-build -c . -b html -D project_root= -D canonical_version= -D versions= -D languages= -D language=en -D is_remote_build= -T -A google_analytics_key= -A plausible_script= -A plausible_domain= -j auto content _build/html
Running Sphinx v5.3.0
Found Odoo sources in /opt/odoo matching documentation version '18.0'.
WARNING: Could not find Upgrade Utils sources directory in upgrade_util.
The developer documentation will be built but autodoc directives will be skipped.
In order to fully build the 'Developer' documentation, clone the repository with git clone https://github.com/odoo/upgrade-util or create a symbolic link.
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
loading intersphinx inventory from ../invs/python.inv...
loading intersphinx inventory from ../invs/werkzeug.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 1022 source files that are out of date
updating environment: [new config] 1022 added, 0 changed, 0 removed
reading sources... [100%] legal/terms/i18n/enterprise_tex_de .. legal/terms/terms_of_sale_tex
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
/opt/documentation/content/developer/reference/external_api.rst:584: WARNING: Could not lex literal_block as "java". Highlighting skipped.
/opt/documentation/extensions/odoo_theme/translator.py:151: RemovedInSphinx60Warning: generate_targets_for_table() is deprecated
self.generate_targets_for_table(node)
copying downloadable files... [100%] applications/inventory_and_mrp/purchase/advanced/edi/P00017.xml
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.
The HTML pages are in _build/html.
Build finished.