sphinx-doc/sphinx-intl

FileNotFoundError occured

tkoyama010 opened this issue · 0 comments

Following error occred in sphinx-intl update-txconfig-resources -p pot -d .

FileNotFoundError: [Errno 2] No such file or directory: 'pot/UsersGuide.pot'
FROM ubuntu:latest

RUN apt-get update
RUN apt-get -y install git
RUN git clone https://gitlab.com/OpenCAE/paraview-docs-translation.git
WORKDIR /paraview-docs-translation
RUN git submodule init
RUN git submodule update
RUN apt-get -y install python3-pip
RUN pip3 install -r ./requirements.txt
RUN pip3 install -r ./paraview-docs/doc/requirements.txt

ENV SPHINXINTL_TRANSIFEX_PROJECT_NAME=paraview-docs
ENV SPHINXINTL_TRANSIFEX_USERNAME=api

RUN sh ./locale/update.sh