Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • spam spam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ttk
  • spamspam
  • Issues
  • #80

Closed
Open
Created Apr 21, 2018 by Emmanuel Roubin@roubineOwner

build_sphinx

The python setup.py build_sphinx gives this error when I start from scratch:

running build_sphinx
usage: setup.py [OPTIONS] -o <OUTPUT_PATH> <MODULE_PATH> [EXCLUDE_PATTERN, ...]
setup.py: error: argument -o/--output-dir is required```


To avoid it I locally changed reference to the class `BuildDoc_apidoc` to the classical `BuildDoc` and it works.
The doc is less nice.

`     cmdclass={'install': Build_ext_first,
                #'build_sphinx': BuildDoc_apidoc
                'build_sphinx': BuildDoc
                },`


Any idea ? I couldn't find where the error comes from and I don't get what `BuildDoc_apidoc` is doing more then `BuildDoc`.
Edited Apr 21, 2018 by Emmanuel Roubin
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking