Skip to content
Snippets Groups Projects
Commit cfe8fb0f82aa authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: add env var ODOO_SCRIPT_PROJECT_NAME for project name of documentation

parent 144c75bea804
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
here=$(dirname $0) here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD) project_home=$(cd $here && cd .. && echo $PWD)
project_name=$(basename $project_home) project_name_from_home=$(basename $project_home)
project_name=${ODOO_SCRIPT_PROJECT_NAME:project_name_from_home}
python=python python=python
format=html format=html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment