-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Extend toc in sidebar indentation #852
Conversation
@s-weigand Are there any suggestions?Thanks a lot. |
Solved this by use |
I think that the problem with directly installing it from from git, in none dev mode, is that the setup needs a local installation of webpack. Lines 16 to 24 in ca015a5
|
After install webpack,still returns error as above. |
Since for some auto-generated documentation, only having indentation till
navigation_depth==4
might lead to problems (see), I followed @agjohnson 's comment and implemented indentation untilnavigation_depth==10
.What this PR does:
navigation_depth==10
Before
After