Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cloud_sptheme cloud_sptheme
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • doc-utils
  • cloud_spthemecloud_sptheme
  • Issues
  • #38
Closed
Open
Issue created Mar 10, 2018 by Bitbucket Importer@bitbucket_importerOwner

Version 1.9.4 cloud_sptheme\ext\role_index.py raises AttributeError with Sphinx 1.7.1

Created originally on Bitbucket by Anonymous

Exception occurred:

File "d:\venv\lib\site-packages\cloud_sptheme\ext\role_index.py", line 59, in write_role_index

if app.buildername != "html":

AttributeError: 'Sphinx' object has no attribute 'buildername'

Changing:

if app.buildername != "html":

to:

if app.builder.name != "html":

Fixed the issue.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking