diff --git a/docs/conf.py b/docs/conf.py index 9be7f3f60b..ae5e44f25e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import sys import guzzle_sphinx_theme -from pybamm.version import __version__ +from pybamm import __version__ sys.path.insert(0, os.path.abspath("../")) diff --git a/docs/install/windows-wsl.rst b/docs/install/windows-wsl.rst index ab987dfb8f..b59e67a81f 100644 --- a/docs/install/windows-wsl.rst +++ b/docs/install/windows-wsl.rst @@ -57,7 +57,7 @@ useful to work through this provided by Ubuntu. Now head over and follow the installation instructions for PyBaMM for -linux `here `__. +linux `here `__. Use Visual Studio Code to run PyBaMM ------------------------------------