-
Notifications
You must be signed in to change notification settings - Fork 41
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
Make the output relocatable #112
Comments
Hi @github-nilsson, the purpose of |
Yes, but that isn't a good solution as you can't move it to a different directory, and you have to build multiple times if you wan to publish the documentation in multiple places. |
Yes, that is true. What do you think about this: I will set the default value of Thanks for this insight. |
Fix: 6bb193a |
The current output can't be moved into any subdirectory of a webserver due to the use of this.baseURL. Everything javascript-based, like search, is easily solved using document.location instead.
The use of this.baseURL in sidebar-title.tmpl must also be changed.
The text was updated successfully, but these errors were encountered: