# Libdoc fails to open documentation on standard libraries

**URL:** https://forum.robotframework.org/t/libdoc-fails-to-open-documentation-on-standard-libraries/9846
**Category:** Robot Framework
**Created:** [24 September 2026 22:35 UTC](https://forum.robotframework.org/t/libdoc-fails-to-open-documentation-on-standard-libraries/9846 "2026-09-24T22:35:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![spicard](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@spicard](https://forum.robotframework.org/u/spicard)
#### Post date: [24 September 2026 22:35 UTC](https://forum.robotframework.org/t/libdoc-fails-to-open-documentation-on-standard-libraries/9846/1 "2026-09-24T22:35:02Z")

</div>

With the latest version [7.5]

The documentation fails to open in VSCode browser for any of the standard libraries

Unless the Python package ‘markdown’ is manually installed in environment

Maybe that package could be added to the dependency list

---

<div class="post-metadata">

### Author: ![damies13](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/damies13/32/623_2.png) [@damies13](https://forum.robotframework.org/u/damies13)
#### Post date: [25 September 2026 01:05 UTC](https://forum.robotframework.org/t/libdoc-fails-to-open-documentation-on-standard-libraries/9846/2 "2026-09-25T01:05:07Z")

</div>

Hi @spicard,

Which VSCode extension are you using?

The reason I ask is Robot Framework on it’s own has no integration with any IDE, the integration with IDE’s is provided by separate projects to Robot Framework, once we identify which VSCode extension you are using we help you find the right place/person to contact about this.

If you don’t know which extension you are using, start by filtering your VSCode extensions by the one’s you have installed and list the ones related to Robot Framework,

 ![image](https://europe1.discourse-cdn.com/flex005/uploads/robotframework1/original/2X/1/14eddc6c7267ecee1599103ed3853f738a95b06f.png)

Dave.

---

<div class="post-metadata">

### Author: ![aaltat](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/aaltat/32/15_2.png) [@aaltat](https://forum.robotframework.org/u/aaltat)
#### Post date: [25 September 2026 14:55 UTC](https://forum.robotframework.org/t/libdoc-fails-to-open-documentation-on-standard-libraries/9846/3 "2026-09-25T14:55:46Z")

</div>

Yes, libdoc for generating standard libraries needs markdown module. It could be added as an optional dependency.
