Explorar el Código

update debian package name for sphinx

Julius Pfrommer hace 7 años
padre
commit
88d1c1b310
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/building.rst

+ 1 - 1
doc/building.rst

@@ -27,7 +27,7 @@ Building with CMake on Ubuntu or Debian
    # enable additional features
    sudo apt-get install liburcu-dev # for multithreading
    sudo apt-get install check # for unit tests
-   sudo apt-get install sphinx graphviz # for documentation generation
+   sudo apt-get install python-sphinx graphviz # for documentation generation
    sudo apt-get install python-sphinx-rtd-theme # documentation style
 
    cd open62541