Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build the docs #1658

Closed
kottenator opened this issue Sep 15, 2015 · 1 comment
Closed

Can't build the docs #1658

kottenator opened this issue Sep 15, 2015 · 1 comment
Labels

Comments

@kottenator
Copy link

I'm installing self-hosted RTD now (commit: e34541f3895)

When I try to do manage.py update_repos pip

It raises an error:

Traceback (most recent call last):
  File "/var/www/readthedocs.org/readthedocs/projects/tasks.py", line 125, in run
    outcomes = self.build_docs()
  File "/var/www/readthedocs.org/readthedocs/projects/tasks.py", line 346, in build_docs
    outcomes['html'] = self.build_docs_html()
  File "/var/www/readthedocs.org/readthedocs/projects/tasks.py", line 362, in build_docs_html
    html_builder.append_conf()
  File "/var/www/readthedocs.org/readthedocs/doc_builder/backends/sphinx.py", line 78, in append_conf
    remote_version = self.version.get_vcs_slug()
AttributeError: 'Version' object has no attribute 'get_vcs_slug'
[15/Sep/2015 14:57:36] INFO [readthedocs.doc_builder.environments:274] (Build) [pip:latest] Build finished
@kottenator kottenator changed the title Bug when building the docs Can't build the docs Sep 15, 2015
@gregmuellegger gregmuellegger added the Support Support question label Sep 17, 2015
@gregmuellegger
Copy link
Contributor

There shouldn't be any reference to get_vcs_slug left in the current code base as with the merge of #1650. Please update to the latest master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants