Accessing old documentation? #26969
-
|
Hello, I was trying to refresh my memory on something and referred to your examples after a while. However, it looks like your block structure has changed a bit after the latest tagged release, lets take the most basic example found here. It looks like Am I missing something obvious about how to access old documentation online? I am currently building test_docs to create my local copy tied to the tagged release, so I think I should be fine, but it would still be good to know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello Old documentation is not accessible online. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Old documentation is not accessible online.
You have to build it locally. Go in modules/combined and build the executable there
then do in modules/doc and run
python moosebuild.py build --serveafter the website is generated locally, it will give you a URL to visit
Guillaume