This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
POC for documentation using typedoc and sphinx-js #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This POC uses typedoc and sphinx-js to generate documentation.
We need to specify the version of sphinx related packages in the constraints file because when the versions are not specified sphinx-js 1.0 is auto-installed, which is far older than the latest version 3.2.1, and lacks many of the features.
Sphinx-js supports a super old typedoc version 0.15.0 officially at least and I encountered another typedoc problem related to type errors reported in node_modules (which doesn't work even with
--skipLibCheck
for some reason) as well in my POC.I think we can get it to work but it will require significant amount of time to debug and fix. Even then we might face issues with using latest typescript and typedoc. Perhaps it's better to just use latest typedoc with something like docusaurous?"