question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs are not generated after latest release

See original GitHub issue

After the latest datasets release version 0.7.0, the docs were not generated.

As we have changed the release procedure (so that now we do not push directly to main branch), maybe we should also change the corresponding GitHub action:

https://github.com/huggingface/datasets/blob/edf1902f954c5568daadebcd8754bdad44b02a85/.github/workflows/build_documentation.yml#L3-L8

Related to:

CC: @mishig25

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
lhoestqcommented, Nov 16, 2022

It uses module.__version__ (i.e. the one defined in __init__.py) - no need to have a tag

https://github.com/huggingface/doc-builder/blob/81575cf081964c30ea5fd39450f4820db963f18e/src/doc_builder/commands/build.py#L69

0reactions
mishig25commented, Nov 21, 2022

just to confirm, is there anything I need to do from my side ? Or is everything good here ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to generate DocC documentation - Apple Developer
Sadly, I'm not able to build documentation for the project. I'm running macOS 11.4 and the Xcode 13 beta (13A5154h). I've tried this...
Read more >
DocFX can't generate Api docs when VS is not installed #7938
Without the SDK available, it can't generate the metadata needed, since it won't be able to understand the project or infer the type...
Read more >
Spring Rest Doc not producing html - Stack Overflow
1. If I do that, still no html is produced. · 1. The Asciidoctor Gradle plugin looks in src/docs/asciidoc by default so that's...
Read more >
Android build hacks #3 - documentation with Dokka
Generating documentation with Dokka and publishing it on GitHub walkthrough.
Read more >
Creating API Documentation with Restdocs - Spring
Then you will use the same tests to generate documentation for the API by using ... This web application is 100% pure Java...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found