Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Issues
  • #149

Closed
Open
Created Aug 22, 2019 by RohanChacko@RohanChacko

cannot find 'dot': Command not found on running make docs

make docs returns make: sphinx-apidoc: Command not found error. Installed necessary packages using the provided commands in README.

OS: Ubuntu 16.04 LTS Python version: 3.6.7

On installing packages from requirements_continuous_integration.txt, the following error occurs:

RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a <script> tag directly in your theme instead.
  {{ super() }}
make[1]: Leaving directory '/home/rohan/AICrowd/flatland/docs'
pydeps --no-config --noshow flatland -o docs/_build/html/flatland.svg

	ERROR: 
               cannot find 'dot'

               pydeps calls dot (from graphviz) to create svg diagrams,
               please make sure that the dot executable is available
               on your path.
            
Makefile:70: recipe for target 'docs' failed
make: *** [docs] Error 1

Please take a look at this.

Edited Sep 17, 2019 by Christian Eichenberger
Assignee
Assign to
Time tracking