doc-builder icon indicating copy to clipboard operation
doc-builder copied to clipboard

The package used to build the documentation of our Hugging Face repos

Results 83 doc-builder issues
Sort by recently updated
recently updated
newest added

Too much spacing ![image](https://user-images.githubusercontent.com/342922/223236399-63258170-3e9c-4088-8b0f-69d73141482d.png)

Files 1, 2, & 4 are built based on the same repo but give different shas / sizes: ![image](https://user-images.githubusercontent.com/342922/215273733-bb918a29-63fa-437d-aab4-6a4e5324dff9.png) Maybe related to https://github.com/sveltejs/kit/issues/2456 This is annoying because it uploads extra...

bug

The `inspect` package uses `is`/`is not` (instead of `==`/`!=`) with `inspect._empty`: - This is useful because the user might override `__eq__`/`__ne__` (with unexpected behavior). - For singletons, `is`/`is not` guarantees...

When generating documentation for a class, it would be good to be able to list on the right menu all of its methods. For context, in `huggingface_hub` we have a...

enhancement

Copy-pasting idea from Discord user > INSPIRATION: I was going through the "Deep RL Course" and for as much as I love huggingface and its courses it seemed ironic that...

### Is your feature request related to a problem? Please describe. When using the ` (...) ` syntax, links are generated but not displayed properly in the UI. Here is...

bug

When hovering over the arguments of the `TrainingArguments`, the docstrings aren't showing up here: https://huggingface.co/docs/transformers/main_classes/trainer It works for the arguments of `Trainer`, but not for `TrainingArguments`.

I noticed that if you use the backticks for code format in a header, you can still see them in the right nav bar. Should I avoid using code format...

I'm trying to do inference on multiple gpu's and came accross this link: [https://huggingface.co/docs/transformers/main/en/perf_infer_gpu_many](https://huggingface.co/docs/transformers/main/en/perf_infer_gpu_many). As you can see a 'note' is shown but nothing more, is this expected behaviour or...