diff --git a/Dockerfile b/Dockerfile index 217c617..0e3b625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,5 +39,5 @@ RUN pip install --no-cache-dir notebook==5.7.9 ########## RUN mkdir doc -#COPY doc/source/*.ipynb doc -COPY doc/source/doc/*.ipynb doc +COPY doc/source/*.ipynb doc/ +COPY doc/source/doc/*.ipynb doc/ diff --git a/doc/source/conf.py b/doc/source/conf.py index 854b4bb..6f5193f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -249,6 +249,6 @@ nbsphinx_prolog = """
Interactive online version: - Binder badge. + Binder badge.
""" \ No newline at end of file